Skip to content

Commit 7945844

Browse files
Advertise support for PHP 8.0
Updated all dependencies to latest version.
1 parent a24ea3f commit 7945844

File tree

2 files changed

+1531
-617
lines changed

2 files changed

+1531
-617
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2",
17+
"php": "^7.2|^8.0",
1818
"nikic/php-parser": "^4.1.0",
1919
"phpstan/phpstan": "^0.12"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^2.13",
22+
"friendsofphp/php-cs-fixer": "^2.18",
2323
"phpunit/phpunit": "^8.0",
2424
"yiisoft/yii2": "^2.0.15",
2525
"phpstan/phpstan-phpunit": "^0.12"
@@ -44,5 +44,11 @@
4444
"fix-cs": "php-cs-fixer fix",
4545
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src ./tests",
4646
"tests": "phpunit"
47-
}
47+
},
48+
"repositories": [
49+
{
50+
"type": "composer",
51+
"url": "https://asset-packagist.org"
52+
}
53+
]
4854
}

0 commit comments

Comments
 (0)