Skip to content

Commit 655c947

Browse files
authored
chore: update branch aliases with 3.4 and 4.0 (#6509)
1 parent c194b55 commit 655c947

File tree

19 files changed

+25
-20
lines changed

19 files changed

+25
-20
lines changed

src/Doctrine/Common/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
"scripts": {
6868
"test": "./vendor/bin/phpunit"
6969
}
70-
}
70+
}

src/Doctrine/Odm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
"scripts": {
6969
"test": "./vendor/bin/phpunit"
7070
}
71-
}
71+
}

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
"scripts": {
7070
"test": "./vendor/bin/phpunit"
7171
}
72-
}
72+
}

src/Documentation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"require-dev": {
3535
"phpunit/phpunit": "^11.2"
3636
}
37-
}
37+
}

src/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
"scripts": {
6969
"test": "./vendor/bin/phpunit"
7070
}
71-
}
71+
}

src/GraphQl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@
7373
"scripts": {
7474
"test": "./vendor/bin/phpunit"
7575
}
76-
}
76+
}

src/HttpCache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
"scripts": {
6363
"test": "./vendor/bin/phpunit"
6464
}
65-
}
65+
}

src/Hydra/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
"scripts": {
7575
"test": "./vendor/bin/phpunit"
7676
}
77-
}
77+
}

src/JsonApi/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-main": "3.3.x-dev"
64+
"dev-main": "4.0.x-dev",
65+
"dev-3.4": "3.4.x-dev"
6566
},
6667
"symfony": {
6768
"require": "^6.1"
@@ -70,4 +71,4 @@
7071
"scripts": {
7172
"test": "./vendor/bin/phpunit"
7273
}
73-
}
74+
}

src/JsonLd/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
"require-dev": {
6666
"phpunit/phpunit": "^11.2"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)