Skip to content

Commit

Permalink
Revert back using psr/container 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabausch committed Jun 23, 2021
1 parent 4951d5d commit 6fb3e88
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 85 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"semperton/container": "^1.0",
"semperton/container": "^2.0",
"vimeo/psalm": "^4.7"
},
"require": {
"psr/event-dispatcher": "^1.0",
"psr/container": "^2.0"
"psr/container": "^1.0"
}
}
Loading

0 comments on commit 6fb3e88

Please sign in to comment.