We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9ddc8 commit 8186aedCopy full SHA for 8186aed
composer.json
@@ -29,15 +29,14 @@
29
"source": "https://github.com/phpList/web-frontend"
30
},
31
"require": {
32
- "php": "~7.0.0 || ~7.1.0 || ~7.2.0",
33
-
+ "php": "^7.0|^8.0",
34
"phplist/core": "4.0.x-dev"
35
36
"require-dev": {
37
"phpunit/phpunit": "^6.5.6",
38
"phpunit/phpunit-mock-objects": "^5.0.6",
39
"guzzlehttp/guzzle": "^6.3.0",
40
- "squizlabs/php_codesniffer": "^3.2.0",
+ "squizlabs/php_codesniffer": "^3.5.8",
41
"phpstan/phpstan": "^0.7.0",
42
"nette/caching": "^2.5.0 || ^3.0.0",
43
"nikic/php-parser": "^3.1.0",
0 commit comments