Skip to content

Commit

Permalink
Merge composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
klapaudius committed Jan 16, 2024
1 parent 5f768f8 commit 05dd751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"homepage": "https://github.com/Becklyn/OrderedFormBundle",
"require": {
"php": ">=7.4",
"symfony/config": "^v5.4.3 || ^v6.0.3 || ^7.0",
"symfony/dependency-injection": "^v5.4.3 || ^v6.0.3 || ^7.0",
"symfony/form": "^v5.4.3 || ^v6.0.3 || ^7.0",
"symfony/http-kernel": "^v5.4.4 || ^v6.0.4 || ^7.0"
"symfony/config": "^5.4.3 || ^6.0.3 || ^7.0",
"symfony/dependency-injection": "^5.4.3 || ^6.0.3 || ^7.0",
"symfony/form": "^5.4.3 || ^6.0.3 || ^7.0",
"symfony/http-kernel": "^5.4.4 || ^6.0.4 || ^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "^v5.4.3 || ^v6.0.3 || ^7.0"
"symfony/phpunit-bridge": "^5.4.3 || ^6.0.3 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 05dd751

Please sign in to comment.