Skip to content

Commit fe977e1

Browse files
committed
chore: symfony/type-info 7.3.0-BETA1
1 parent 9bcc80c commit fe977e1

File tree

21 files changed

+29
-112
lines changed

21 files changed

+29
-112
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"symfony/property-info": "^6.4 || ^7.1",
115115
"symfony/serializer": "^6.4 || ^7.0",
116116
"symfony/translation-contracts": "^3.3",
117-
"symfony/type-info": "^7.3-dev",
117+
"symfony/type-info": "v7.3.0-BETA1",
118118
"symfony/web-link": "^6.4 || ^7.0",
119119
"willdurand/negotiation": "^3.1"
120120
},
@@ -211,10 +211,6 @@
211211
},
212212
"type": "library",
213213
"repositories": [
214-
{
215-
"type": "vcs",
216-
"url": "https://github.com/symfony/type-info"
217-
},
218214
{"type": "vcs", "url": "https://github.com/soyuka/phpunit"}
219215
]
220216
}

src/Doctrine/Common/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"doctrine/orm": "^2.17 || ^3.0",
3636
"phpspec/prophecy-phpunit": "^2.2",
3737
"phpunit/phpunit": "11.5.x-dev",
38-
"symfony/type-info": "^7.3-dev"
38+
"symfony/type-info": "v7.3.0-BETA1"
3939
},
4040
"conflict": {
4141
"doctrine/persistence": "<1.3"
@@ -76,10 +76,6 @@
7676
"test": "./vendor/bin/phpunit"
7777
},
7878
"repositories": [
79-
{
80-
"type": "vcs",
81-
"url": "https://github.com/symfony/type-info"
82-
},
8379
{
8480
"type": "vcs",
8581
"url": "https://github.com/soyuka/phpunit"

src/Doctrine/Odm/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"api-platform/state": "^4.1",
3131
"doctrine/mongodb-odm": "^2.10",
3232
"symfony/property-info": "^6.4 || ^7.1",
33-
"symfony/type-info": "^7.3-dev"
33+
"symfony/type-info": "v7.3.0-BETA1"
3434
},
3535
"require-dev": {
3636
"doctrine/doctrine-bundle": "^2.11",
@@ -76,10 +76,6 @@
7676
"test": "./vendor/bin/phpunit"
7777
},
7878
"repositories": [
79-
{
80-
"type": "vcs",
81-
"url": "https://github.com/symfony/type-info"
82-
},
8379
{
8480
"type": "vcs",
8581
"url": "https://github.com/soyuka/phpunit"

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"symfony/framework-bundle": "^6.4 || ^7.0",
4141
"symfony/property-access": "^6.4 || ^7.0",
4242
"symfony/serializer": "^6.4 || ^7.0",
43-
"symfony/type-info": "^7.3-dev",
43+
"symfony/type-info": "v7.3.0-BETA1",
4444
"symfony/uid": "^6.4 || ^7.0",
4545
"symfony/validator": "^6.4 || ^7.0",
4646
"symfony/yaml": "^6.4 || ^7.0"
@@ -76,10 +76,6 @@
7676
"test": "./vendor/bin/phpunit"
7777
},
7878
"repositories": [
79-
{
80-
"type": "vcs",
81-
"url": "https://github.com/symfony/type-info"
82-
},
8379
{
8480
"type": "vcs",
8581
"url": "https://github.com/soyuka/phpunit"

src/Documentation/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
"phpunit/phpunit": "11.5.x-dev"
4141
},
4242
"repositories": [
43-
{
44-
"type": "vcs",
45-
"url": "https://github.com/symfony/type-info"
46-
},
4743
{
4844
"type": "vcs",
4945
"url": "https://github.com/soyuka/phpunit"

src/Elasticsearch/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/property-access": "^6.4 || ^7.0",
3434
"symfony/property-info": "^6.4 || ^7.1",
3535
"symfony/serializer": "^6.4 || ^7.0",
36-
"symfony/type-info": "^7.3-dev",
36+
"symfony/type-info": "v7.3.0-BETA1",
3737
"symfony/uid": "^6.4 || ^7.0"
3838
},
3939
"require-dev": {
@@ -76,10 +76,6 @@
7676
"test": "./vendor/bin/phpunit"
7777
},
7878
"repositories": [
79-
{
80-
"type": "vcs",
81-
"url": "https://github.com/symfony/type-info"
82-
},
8379
{
8480
"type": "vcs",
8581
"url": "https://github.com/soyuka/phpunit"

src/GraphQl/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"api-platform/serializer": "^4.1",
2727
"symfony/property-info": "^6.4 || ^7.1",
2828
"symfony/serializer": "^6.4 || ^7.0",
29-
"symfony/type-info": "^7.2",
29+
"symfony/type-info": "v7.3.0-BETA1",
3030
"webonyx/graphql-php": "^15.0",
3131
"willdurand/negotiation": "^3.1"
3232
},
@@ -80,10 +80,6 @@
8080
"test": "./vendor/bin/phpunit"
8181
},
8282
"repositories": [
83-
{
84-
"type": "vcs",
85-
"url": "https://github.com/symfony/type-info"
86-
},
8783
{
8884
"type": "vcs",
8985
"url": "https://github.com/soyuka/phpunit"

src/Hal/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"api-platform/state": "^4.1",
2626
"api-platform/metadata": "^4.1",
2727
"api-platform/serializer": "^3.4 || ^4.0",
28-
"symfony/type-info": "^7.2"
28+
"symfony/type-info": "v7.3.0-BETA1"
2929
},
3030
"autoload": {
3131
"psr-4": {
@@ -66,10 +66,6 @@
6666
"phpunit/phpunit": "11.5.x-dev"
6767
},
6868
"repositories": [
69-
{
70-
"type": "vcs",
71-
"url": "https://github.com/symfony/type-info"
72-
},
7369
{
7470
"type": "vcs",
7571
"url": "https://github.com/soyuka/phpunit"

src/HttpCache/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/dependency-injection": "^6.4 || ^7.0",
3333
"phpspec/prophecy-phpunit": "^2.2",
3434
"symfony/http-client": "^6.4 || ^7.0",
35-
"symfony/type-info": "^7.3-dev",
35+
"symfony/type-info": "v7.3.0-BETA1",
3636
"phpunit/phpunit": "11.5.x-dev"
3737
},
3838
"autoload": {
@@ -70,10 +70,6 @@
7070
"test": "./vendor/bin/phpunit"
7171
},
7272
"repositories": [
73-
{
74-
"type": "vcs",
75-
"url": "https://github.com/symfony/type-info"
76-
},
7773
{
7874
"type": "vcs",
7975
"url": "https://github.com/soyuka/phpunit"

src/Hydra/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"api-platform/json-schema": "^4.1",
3333
"api-platform/serializer": "^4.1",
3434
"symfony/web-link": "^6.4 || ^7.1",
35-
"symfony/type-info": "^7.3-dev"
35+
"symfony/type-info": "v7.3.0-BETA1"
3636
},
3737
"require-dev": {
3838
"api-platform/doctrine-odm": "^4.1",
@@ -77,10 +77,6 @@
7777
"test": "./vendor/bin/phpunit"
7878
},
7979
"repositories": [
80-
{
81-
"type": "vcs",
82-
"url": "https://github.com/symfony/type-info"
83-
},
8480
{
8581
"type": "vcs",
8682
"url": "https://github.com/soyuka/phpunit"

0 commit comments

Comments
 (0)