Skip to content

Commit

Permalink
Merge pull request #3 from Sonicfury/master
Browse files Browse the repository at this point in the history
Add Symfony 6 Support in composer.json
  • Loading branch information
opportus authored Mar 30, 2022
2 parents df16cf3 + edfe3d4 commit bd35b5c
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 @@ -14,9 +14,9 @@
"require": {
"php": "^7.4|^8.0",
"opportus/object-mapper": "dev-master",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0"
"symfony/http-kernel": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0",
"symfony/config": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {"Opportus\\ObjectMapperBundle\\": ""}
Expand Down

0 comments on commit bd35b5c

Please sign in to comment.