Skip to content

Commit 802dcb5

Browse files
committed
HM-1: Fix symfony 6.4 to ^6.4 in build.yml
1 parent e55f5ca commit 802dcb5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
php: [ "8.2", "8.3" ]
26-
symfony: [ "6.4", "^7.1" ]
26+
symfony: [ "^6.4", "^7.1" ]
2727
sylius: [ "^2.0" ]
2828
node: [ "20.x" ]
2929
mysql: [ "8.4" ]

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@
3838
"robertfausk/behat-panther-extension": "^1.1",
3939
"symfony/webpack-encore-bundle": "^2.1",
4040
"phpstan/phpstan-doctrine": "^1.5",
41-
"phpstan/phpstan-webmozart-assert": "^1.2",
42-
"symfony/console": "^6.4.1 || ^7.1",
43-
"symfony/dependency-injection": "^6.4.1 || ^7.1",
44-
"symfony/doctrine-messenger": "^6.4.1 || ^7.1",
45-
"symfony/form": "^6.4.1 || ^7.1",
46-
"symfony/framework-bundle": "^6.4.1 || ^7.1",
47-
"symfony/http-kernel": "^6.4.1 || ^7.1"
41+
"phpstan/phpstan-webmozart-assert": "^1.2"
4842
},
4943
"prefer-stable": true,
5044
"autoload": {

0 commit comments

Comments
 (0)