Skip to content

Commit

Permalink
chore: dependency constraints for laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Feb 28, 2025
1 parent 1dfefda commit a8c541b
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/translation-contracts": "^3.3",
"symfony/web-link": "^6.4 || ^7.0",
"symfony/web-link": "^6.4 || ^7.1",
"willdurand/negotiation": "^3.1"
},
"require-dev": {
Expand All @@ -125,34 +125,34 @@
"doctrine/dbal": "^4.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/mongodb-odm": "^2.6",
"doctrine/mongodb-odm-bundle": "^4.0 || ^5.0",
"doctrine/mongodb-odm-bundle": "^5.0",
"doctrine/orm": "^2.17 || ^3.0",
"elasticsearch/elasticsearch": "^8.4",
"friends-of-behat/mink-browserkit-driver": "^1.3.1",
"friends-of-behat/mink-extension": "^2.2",
"friends-of-behat/symfony-extension": "^2.1",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/config": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/database": "^11.0",
"illuminate/http": "^11.0",
"illuminate/pagination": "^11.0",
"illuminate/routing": "^11.0",
"illuminate/support": "^11.0",
"illuminate/config": "^11.0 || ^12.0",
"illuminate/contracts": "^11.0 || ^12.0",
"illuminate/database": "^11.0 || ^12.0",
"illuminate/http": "^11.0 || ^12.0",
"illuminate/pagination": "^11.0 || ^12.0",
"illuminate/routing": "^11.0 || ^12.0",
"illuminate/support": "^11.0 || ^12.0",
"jangregor/phpstan-prophecy": "^1.0",
"justinrainbow/json-schema": "^5.2.11",
"laravel/framework": "^11.0",
"laravel/framework": "^11.0 || ^12.0",
"orchestra/testbench": "^9.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpdoc-parser": "^1.13|^2.0",
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^11.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ramsey/uuid": "^4.0",
"ramsey/uuid": "^4.7",
"ramsey/uuid-doctrine": "^2.0",
"soyuka/contexts": "^3.3.10",
"soyuka/pmu": "^0.0.15",
Expand Down
6 changes: 3 additions & 3 deletions src/Doctrine/Odm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"api-platform/doctrine-common": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm": "^2.6",
"symfony/property-info": "^6.4 || ^7.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.11",
"doctrine/mongodb-odm-bundle": "^5.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^10.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2",
"symfony/cache": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
Expand Down
6 changes: 3 additions & 3 deletions src/Doctrine/Orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/orm": "^2.17 || ^3.0",
"symfony/property-info": "^6.4 || ^7.0"
"symfony/property-info": "^6.4 || ^7.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.11",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^10.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2",
"ramsey/uuid": "^4.7",
"ramsey/uuid-doctrine": "^2.0",
"symfony/cache": "^6.4 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"symfony/cache": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/GraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"webonyx/graphql-php": "^15.0",
"willdurand/negotiation": "^3.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Hal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Hydra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"api-platform/jsonld": "^3.4 || ^4.0",
"api-platform/json-schema": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"symfony/web-link": "^6.4 || ^7.0"
"symfony/web-link": "^6.4 || ^7.1"
},
"require-dev": {
"api-platform/doctrine-odm": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/JsonSchema/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0"
},
Expand Down
18 changes: 9 additions & 9 deletions src/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"api-platform/openapi": "^4.0",
"api-platform/serializer": "^4.0",
"api-platform/state": "^4.0",
"illuminate/config": "^11.0",
"laravel/framework": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/database": "^11.0",
"illuminate/http": "^11.0",
"illuminate/pagination": "^11.0",
"illuminate/routing": "^11.0",
"illuminate/support": "^11.0",
"illuminate/container": "^11.0",
"illuminate/config": "^11.0 || ^12.0",
"laravel/framework": "^11.0 || ^12.0",
"illuminate/contracts": "^11.0 || ^12.0",
"illuminate/database": "^11.0 || ^12.0",
"illuminate/http": "^11.0 || ^12.0",
"illuminate/pagination": "^11.0 || ^12.0",
"illuminate/routing": "^11.0 || ^12.0",
"illuminate/support": "^11.0 || ^12.0",
"illuminate/container": "^11.0 || ^12.0",
"symfony/web-link": "^6.4 || ^7.1",
"willdurand/negotiation": "^3.1",
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/Metadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"doctrine/inflector": "^1.0 || ^2.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/string": "^6.4 || ^7.0",
"symfony/type-info": "^7.1"
},
Expand All @@ -40,12 +40,12 @@
"api-platform/openapi": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/phpdoc-parser": "^1.13",
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
"phpunit/phpunit": "^11.2",
"symfony/config": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"symfony/web-link": "^6.4 || ^7.0",
"symfony/web-link": "^6.4 || ^7.1",
"symfony/yaml": "^6.4 || ^7.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/RamseyUuid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.2",
"ramsey/uuid": "^4.0",
"ramsey/uuid": "^4.7",
"ramsey/uuid-doctrine": "^2.0",
"phpunit/phpunit": "^11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/State/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"require-dev": {
"phpunit/phpunit": "^11.2",
"symfony/web-link": "^6.4 || ^7.0",
"symfony/web-link": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.0",
"willdurand/negotiation": "^3.1",
"api-platform/validator": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"api-platform/state": "^3.4 || ^4.0",
"api-platform/validator": "^3.4 || ^4.0",
"api-platform/openapi": "^3.4 || ^4.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/security-core": "^6.4 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"symfony/web-link": "^6.4 || ^7.0"
"symfony/web-link": "^6.4 || ^7.1"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.2",
Expand Down

0 comments on commit a8c541b

Please sign in to comment.