Skip to content

Commit 6d2b24d

Browse files
authored
chore: dependency constraints for laravel 12 (#6989)
1 parent 1dfefda commit 6d2b24d

File tree

15 files changed

+41
-41
lines changed

15 files changed

+41
-41
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
"symfony/http-foundation": "^6.4 || ^7.0",
112112
"symfony/http-kernel": "^6.4 || ^7.0",
113113
"symfony/property-access": "^6.4 || ^7.0",
114-
"symfony/property-info": "^6.4 || ^7.0",
114+
"symfony/property-info": "^6.4 || ^7.1",
115115
"symfony/serializer": "^6.4 || ^7.0",
116116
"symfony/translation-contracts": "^3.3",
117-
"symfony/web-link": "^6.4 || ^7.0",
117+
"symfony/web-link": "^6.4 || ^7.1",
118118
"willdurand/negotiation": "^3.1"
119119
},
120120
"require-dev": {
@@ -125,34 +125,34 @@
125125
"doctrine/dbal": "^4.0",
126126
"doctrine/doctrine-bundle": "^2.11",
127127
"doctrine/mongodb-odm": "^2.6",
128-
"doctrine/mongodb-odm-bundle": "^4.0 || ^5.0",
128+
"doctrine/mongodb-odm-bundle": "^5.0",
129129
"doctrine/orm": "^2.17 || ^3.0",
130130
"elasticsearch/elasticsearch": "^8.4",
131131
"friends-of-behat/mink-browserkit-driver": "^1.3.1",
132132
"friends-of-behat/mink-extension": "^2.2",
133133
"friends-of-behat/symfony-extension": "^2.1",
134134
"guzzlehttp/guzzle": "^6.0 || ^7.0",
135-
"illuminate/config": "^11.0",
136-
"illuminate/contracts": "^11.0",
137-
"illuminate/database": "^11.0",
138-
"illuminate/http": "^11.0",
139-
"illuminate/pagination": "^11.0",
140-
"illuminate/routing": "^11.0",
141-
"illuminate/support": "^11.0",
135+
"illuminate/config": "^11.0 || ^12.0",
136+
"illuminate/contracts": "^11.0 || ^12.0",
137+
"illuminate/database": "^11.0 || ^12.0",
138+
"illuminate/http": "^11.0 || ^12.0",
139+
"illuminate/pagination": "^11.0 || ^12.0",
140+
"illuminate/routing": "^11.0 || ^12.0",
141+
"illuminate/support": "^11.0 || ^12.0",
142142
"jangregor/phpstan-prophecy": "^1.0",
143143
"justinrainbow/json-schema": "^5.2.11",
144-
"laravel/framework": "^11.0",
144+
"laravel/framework": "^11.0 || ^12.0",
145145
"orchestra/testbench": "^9.1",
146146
"phpspec/prophecy-phpunit": "^2.2",
147147
"phpstan/extension-installer": "^1.1",
148-
"phpstan/phpdoc-parser": "^1.13|^2.0",
148+
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
149149
"phpstan/phpstan": "^1.10",
150150
"phpstan/phpstan-doctrine": "^1.0",
151151
"phpstan/phpstan-phpunit": "^1.0",
152152
"phpstan/phpstan-symfony": "^1.0",
153153
"phpunit/phpunit": "^11.2",
154154
"psr/log": "^1.0 || ^2.0 || ^3.0",
155-
"ramsey/uuid": "^4.0",
155+
"ramsey/uuid": "^4.7",
156156
"ramsey/uuid-doctrine": "^2.0",
157157
"soyuka/contexts": "^3.3.10",
158158
"soyuka/pmu": "^0.0.15",

src/Doctrine/Odm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"api-platform/doctrine-common": "^3.4 || ^4.0",
2929
"api-platform/metadata": "^3.4 || ^4.0",
3030
"api-platform/state": "^3.4 || ^4.0",
31-
"doctrine/mongodb-odm": "^2.2",
31+
"doctrine/mongodb-odm": "^2.6",
3232
"symfony/property-info": "^6.4 || ^7.1"
3333
},
3434
"require-dev": {
3535
"doctrine/doctrine-bundle": "^2.11",
3636
"doctrine/mongodb-odm-bundle": "^5.0",
37-
"phpspec/prophecy-phpunit": "^2.0",
38-
"phpunit/phpunit": "^10.0",
37+
"phpspec/prophecy-phpunit": "^2.2",
38+
"phpunit/phpunit": "^11.2",
3939
"symfony/cache": "^6.4 || ^7.0",
4040
"symfony/framework-bundle": "^6.4 || ^7.0",
4141
"symfony/property-access": "^6.4 || ^7.0",

src/Doctrine/Orm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"api-platform/metadata": "^3.4 || ^4.0",
2929
"api-platform/state": "^3.4 || ^4.0",
3030
"doctrine/orm": "^2.17 || ^3.0",
31-
"symfony/property-info": "^6.4 || ^7.0"
31+
"symfony/property-info": "^6.4 || ^7.1"
3232
},
3333
"require-dev": {
3434
"doctrine/doctrine-bundle": "^2.11",
35-
"phpspec/prophecy-phpunit": "^2.0",
36-
"phpunit/phpunit": "^10.0",
35+
"phpspec/prophecy-phpunit": "^2.2",
36+
"phpunit/phpunit": "^11.2",
3737
"ramsey/uuid": "^4.7",
3838
"ramsey/uuid-doctrine": "^2.0",
3939
"symfony/cache": "^6.4 || ^7.0",

src/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/cache": "^6.4 || ^7.0",
3232
"symfony/console": "^6.4 || ^7.0",
3333
"symfony/property-access": "^6.4 || ^7.0",
34-
"symfony/property-info": "^6.4 || ^7.0",
34+
"symfony/property-info": "^6.4 || ^7.1",
3535
"symfony/serializer": "^6.4 || ^7.0",
3636
"symfony/uid": "^6.4 || ^7.0"
3737
},

src/GraphQl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"api-platform/metadata": "^3.4 || ^4.0",
2525
"api-platform/state": "^3.4 || ^4.0",
2626
"api-platform/serializer": "^3.4 || ^4.0",
27-
"symfony/property-info": "^6.4 || ^7.0",
27+
"symfony/property-info": "^6.4 || ^7.1",
2828
"symfony/serializer": "^6.4 || ^7.0",
2929
"webonyx/graphql-php": "^15.0",
3030
"willdurand/negotiation": "^3.1"

src/Hal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=8.1",
24+
"php": ">=8.2",
2525
"api-platform/state": "^3.4 || ^4.0",
2626
"api-platform/metadata": "^3.4 || ^4.0",
2727
"api-platform/serializer": "^3.4 || ^4.0"

src/Hydra/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"api-platform/jsonld": "^3.4 || ^4.0",
3232
"api-platform/json-schema": "^3.4 || ^4.0",
3333
"api-platform/serializer": "^3.4 || ^4.0",
34-
"symfony/web-link": "^6.4 || ^7.0"
34+
"symfony/web-link": "^6.4 || ^7.1"
3535
},
3636
"require-dev": {
3737
"api-platform/doctrine-odm": "^3.4 || ^4.0",

src/JsonSchema/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": ">=8.2",
2828
"api-platform/metadata": "^3.4 || ^4.0",
2929
"symfony/console": "^6.4 || ^7.0",
30-
"symfony/property-info": "^6.4 || ^7.0",
30+
"symfony/property-info": "^6.4 || ^7.1",
3131
"symfony/serializer": "^6.4 || ^7.0",
3232
"symfony/uid": "^6.4 || ^7.0"
3333
},

src/Laravel/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"api-platform/openapi": "^4.0",
3939
"api-platform/serializer": "^4.0",
4040
"api-platform/state": "^4.0",
41-
"illuminate/config": "^11.0",
42-
"laravel/framework": "^11.0",
43-
"illuminate/contracts": "^11.0",
44-
"illuminate/database": "^11.0",
45-
"illuminate/http": "^11.0",
46-
"illuminate/pagination": "^11.0",
47-
"illuminate/routing": "^11.0",
48-
"illuminate/support": "^11.0",
49-
"illuminate/container": "^11.0",
41+
"illuminate/config": "^11.0 || ^12.0",
42+
"laravel/framework": "^11.0 || ^12.0",
43+
"illuminate/contracts": "^11.0 || ^12.0",
44+
"illuminate/database": "^11.0 || ^12.0",
45+
"illuminate/http": "^11.0 || ^12.0",
46+
"illuminate/pagination": "^11.0 || ^12.0",
47+
"illuminate/routing": "^11.0 || ^12.0",
48+
"illuminate/support": "^11.0 || ^12.0",
49+
"illuminate/container": "^11.0 || ^12.0",
5050
"symfony/web-link": "^6.4 || ^7.1",
5151
"willdurand/negotiation": "^3.1",
5252
"phpstan/phpdoc-parser": "^1.29 || ^2.0",

src/Metadata/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"doctrine/inflector": "^1.0 || ^2.0",
3232
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3333
"psr/log": "^1.0 || ^2.0 || ^3.0",
34-
"symfony/property-info": "^6.4 || ^7.0",
34+
"symfony/property-info": "^6.4 || ^7.1",
3535
"symfony/string": "^6.4 || ^7.0",
3636
"symfony/type-info": "^7.1"
3737
},
@@ -40,12 +40,12 @@
4040
"api-platform/openapi": "^3.4 || ^4.0",
4141
"api-platform/state": "^3.4 || ^4.0",
4242
"phpspec/prophecy-phpunit": "^2.2",
43-
"phpstan/phpdoc-parser": "^1.13",
43+
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
4444
"phpunit/phpunit": "^11.2",
4545
"symfony/config": "^6.4 || ^7.0",
4646
"symfony/routing": "^6.4 || ^7.0",
4747
"symfony/var-dumper": "^6.4 || ^7.0",
48-
"symfony/web-link": "^6.4 || ^7.0",
48+
"symfony/web-link": "^6.4 || ^7.1",
4949
"symfony/yaml": "^6.4 || ^7.0"
5050
},
5151
"suggest": {

0 commit comments

Comments
 (0)