We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7b95 commit 3b52fcbCopy full SHA for 3b52fcb
.github/workflows/test-application.yaml
@@ -4,7 +4,6 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - 'master'
8
- '[0-9]+.x'
9
- '[0-9]+.[0-9]+'
10
- '[0-9]+.[0-9]+.x'
@@ -51,7 +50,7 @@ jobs:
51
50
52
- name: Install Symfony Flex
53
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
54
-
+
55
- name: Allow Symfony Flex Plugin
56
run: composer global config --no-plugins allow-plugins.symfony/flex true
57
composer.json
@@ -41,10 +41,5 @@
41
"allow-plugins": {
42
"composer/package-versions-deprecated": true
43
}
44
- },
45
- "extra": {
46
- "branch-alias": {
47
- "dev-master": "4.x-dev"
48
- }
49
0 commit comments