Skip to content

Commit

Permalink
Merge pull request #10 from PcComponentes/feature/symfony-6
Browse files Browse the repository at this point in the history
feat: Allow Symfony 6.0
  • Loading branch information
zoilomora authored Oct 4, 2022
2 parents 4e548b3 + 98e7730 commit 57d22a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.4 | ^8.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"ext-json": "*"
},
"autoload": {
Expand All @@ -29,5 +29,10 @@
},
"require-dev": {
"pccomponentes/coding-standard": "^1.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 57d22a3

Please sign in to comment.