Skip to content

Commit

Permalink
remover coveralls, add psr/container, tweak versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thewunder committed Mar 22, 2024
1 parent 885aa53 commit 31db901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"doctrine/dbal": "^3.0",
"doctrine/inflector": "^1.3||^2.0",
"psr/event-dispatcher": "^1.0",
"psr/simple-cache": "^1.0||^2.0||^3.0"
"psr/simple-cache": "^2.0||^3.0",
"psr/container": "^2.0"
},
"require-dev": {
"vlucas/phpdotenv": "~2.0",
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "^10.0",
"symfony/event-dispatcher": "^6.0",
"symfony/event-dispatcher": "^6.0 || ^7.0",
"rector/rector": "^1.0"
},
"scripts": {
Expand Down

0 comments on commit 31db901

Please sign in to comment.