Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Also removed the league/container dep and explicitly included the
correct psr/container dep, oops
  • Loading branch information
rosstuck committed Sep 16, 2020
1 parent b29e852 commit aed75b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": ">=7.4"
"php": ">=7.4",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"phpunit/phpunit": "^9.3",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/extension-installer": "^1.0",
"league/container": "^3.3",
"squizlabs/php_codesniffer": "^3.4",
"squizlabs/php_codesniffer": "^3.5",
"doctrine/coding-standard": "^8.1"
},
"autoload": {
Expand Down

0 comments on commit aed75b3

Please sign in to comment.