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 a24ea3f commit 7945844Copy full SHA for 7945844
composer.json
@@ -14,12 +14,12 @@
14
}
15
],
16
"require": {
17
- "php": "^7.2",
+ "php": "^7.2|^8.0",
18
"nikic/php-parser": "^4.1.0",
19
"phpstan/phpstan": "^0.12"
20
},
21
"require-dev": {
22
- "friendsofphp/php-cs-fixer": "^2.13",
+ "friendsofphp/php-cs-fixer": "^2.18",
23
"phpunit/phpunit": "^8.0",
24
"yiisoft/yii2": "^2.0.15",
25
"phpstan/phpstan-phpunit": "^0.12"
@@ -44,5 +44,11 @@
44
"fix-cs": "php-cs-fixer fix",
45
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src ./tests",
46
"tests": "phpunit"
47
- }
+ },
48
+ "repositories": [
49
+ {
50
+ "type": "composer",
51
+ "url": "https://asset-packagist.org"
52
+ }
53
+ ]
54
0 commit comments