Skip to content

Commit

Permalink
Merge pull request #2 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 32b69bb + dcf199c commit 8044d44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
}
},
"require": {
"ext-json": "*",
"php": "^7.4|^8.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0"
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0"
},
"require-dev": {
"pccomponentes/coding-standard": "^1.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 8044d44

Please sign in to comment.