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
}

0 commit comments

Comments
 (0)