Skip to content

Commit

Permalink
Fix Typo in Composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 19, 2024
1 parent 28c217a commit cb3d56c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"php": "^7.2 || ^8.0",
"sulu/sulu": "^2.2.5 || ^2.3@dev",
"ramsey/uuid": "^3.1 || ^4.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/config": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/console": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/http-foundation": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-foundation": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"handcraftedinthealps/rest-routing-bundle": "^1.0",
"friendsofsymfony/rest-bundle": "^2.8 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"doctrine/orm": "^2.5.3",
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/property-access": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/routing": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/property-access": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/routing": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony-cmf/routing": "^2.1 || ^3.0"
},
"require-dev": {
Expand All @@ -30,12 +30,12 @@
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^8.0",
"php-cs-fixer/shim": "^3.0",
"symfony/browser-kit": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/dotenv": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/browser-kit": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/dotenv": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/monolog-bundle": "^3.1",
"jackalope/jackalope-doctrine-dbal": "^1.3.4",
"jackalope/jackalope-doctrine-dbal": "^1.3.4 || ^2.0",
"handcraftedinthealps/zendsearch": "^2.0",
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0 || ^6.0",
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"phpspec/prophecy": "^1.10"
},
"keywords": [
Expand Down

0 comments on commit cb3d56c

Please sign in to comment.