Skip to content

Commit 9ee1b08

Browse files
authored
ci: remove version from composer to avoid release side effects (#7196)
1 parent 3084237 commit 9ee1b08

File tree

22 files changed

+21
-39
lines changed

22 files changed

+21
-39
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010

1111
env:
1212
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
COMPOSER_ROOT_VERSION: "4.1.x-dev"
1314

1415
jobs:
1516
commitlint:

.github/workflows/subtree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '3.3'
1111
- '3.4'
1212
- '4.0'
13+
- '4.1'
1314

1415
env:
1516
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "v4.1.15",
32
"authors": [
43
{
54
"name": "Kévin Dunglas",

src/Doctrine/Common/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@
8080
"type": "vcs",
8181
"url": "https://github.com/soyuka/phpunit"
8282
}
83-
],
84-
"version": "v4.1.15"
83+
]
8584
}

src/Doctrine/Odm/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@
8080
"type": "vcs",
8181
"url": "https://github.com/soyuka/phpunit"
8282
}
83-
],
84-
"version": "v4.1.15"
83+
]
8584
}

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@
8080
"type": "vcs",
8181
"url": "https://github.com/soyuka/phpunit"
8282
}
83-
],
84-
"version": "v4.1.15"
83+
]
8584
}

src/Documentation/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
"type": "vcs",
4646
"url": "https://github.com/soyuka/phpunit"
4747
}
48-
],
49-
"version": "v4.1.15"
48+
]
5049
}

src/Elasticsearch/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@
8080
"type": "vcs",
8181
"url": "https://github.com/soyuka/phpunit"
8282
}
83-
],
84-
"version": "v4.1.15"
83+
]
8584
}

src/GraphQl/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@
8787
"type": "vcs",
8888
"url": "https://github.com/soyuka/phpunit"
8989
}
90-
],
91-
"version": "v4.1.15"
90+
]
9291
}

src/Hal/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@
6969
"type": "vcs",
7070
"url": "https://github.com/soyuka/phpunit"
7171
}
72-
],
73-
"version": "v4.1.15"
72+
]
7473
}

src/HttpCache/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@
7474
"type": "vcs",
7575
"url": "https://github.com/soyuka/phpunit"
7676
}
77-
],
78-
"version": "v4.1.15"
77+
]
7978
}

src/Hydra/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,5 @@
8181
"type": "vcs",
8282
"url": "https://github.com/soyuka/phpunit"
8383
}
84-
],
85-
"version": "v4.1.15"
84+
]
8685
}

src/JsonApi/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@
7575
"type": "vcs",
7676
"url": "https://github.com/soyuka/phpunit"
7777
}
78-
],
79-
"version": "v4.1.15"
78+
]
8079
}

src/JsonLd/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@
7474
"type": "vcs",
7575
"url": "https://github.com/soyuka/phpunit"
7676
}
77-
],
78-
"version": "v4.1.15"
77+
]
7978
}

src/JsonSchema/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@
7575
"type": "vcs",
7676
"url": "https://github.com/soyuka/phpunit"
7777
}
78-
],
79-
"version": "v4.1.15"
78+
]
8079
}

src/Metadata/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@
9393
"type": "vcs",
9494
"url": "https://github.com/soyuka/phpunit"
9595
}
96-
],
97-
"version": "v4.1.15"
96+
]
9897
}

src/OpenApi/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@
8383
"type": "vcs",
8484
"url": "https://github.com/soyuka/phpunit"
8585
}
86-
],
87-
"version": "v4.1.15"
86+
]
8887
}

src/RamseyUuid/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@
6969
"type": "vcs",
7070
"url": "https://github.com/soyuka/phpunit"
7171
}
72-
],
73-
"version": "v4.1.15"
72+
]
7473
}

src/Serializer/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@
8787
"type": "vcs",
8888
"url": "https://github.com/soyuka/phpunit"
8989
}
90-
],
91-
"version": "v4.1.15"
90+
]
9291
}

src/State/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@
8888
"type": "vcs",
8989
"url": "https://github.com/soyuka/phpunit"
9090
}
91-
],
92-
"version": "v4.1.15"
91+
]
9392
}

src/Symfony/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,5 @@
121121
"type": "vcs",
122122
"url": "https://github.com/soyuka/phpunit"
123123
}
124-
],
125-
"version": "v4.1.15"
124+
]
126125
}

src/Validator/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@
7171
"type": "vcs",
7272
"url": "https://github.com/soyuka/phpunit"
7373
}
74-
],
75-
"version": "v4.1.15"
74+
]
7675
}

0 commit comments

Comments
 (0)