Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 9, 2020
1 parent 77ffc03 commit fdfa949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,7 +19,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"foxy/foxy": "^1.1@dev",
"yiisoft/assets": "@dev",
"yiisoft/arrays": "@dev",
Expand All @@ -28,8 +28,8 @@
},
"require-dev": {
"infection/infection": "^0.16.3",
"phan/phan": "^3.0.2",
"phpunit/phpunit": "^9.2",
"phan/phan": "^3.0",
"phpunit/phpunit": "^9.3",
"yiisoft/composer-config-plugin": "^1.0@dev",
"yiisoft/di": "^3.0@dev",
"yiisoft/log": "^3.0@dev"
Expand Down

0 comments on commit fdfa949

Please sign in to comment.