Skip to content

Commit 985ea32

Browse files
committed
add sympfony package
1 parent 458a8ab commit 985ea32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: git branch &&
5151
cd laravel &&
5252
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
53-
composer update -W
53+
composer update --no-interaction -W
5454

5555
# Laravel setup
5656
- name: Laravel setup

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: git branch &&
8686
cd laravel &&
8787
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
88-
composer update -W
88+
composer update --no-interaction -W
8989

9090
# Mysql | Laravel setup
9191
- name: Mysql | Laravel setup

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"type": "library",
2626
"require": {
27+
"symfony/yaml": "5.4.21",
2728
"psr/http-message": "1.1",
2829
"arcanedev/log-viewer": "8.1.0",
2930
"larapack/doctrine-support": "0.1.9",

0 commit comments

Comments
 (0)