We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ea32 commit a0b51f2Copy full SHA for a0b51f2
.github/workflows/phpstan.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Laravel file configuration
50
run: git branch &&
51
cd laravel &&
52
- composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
+ composer require badaso/core:dev-${GITHUB_HEAD_REF} --ignore-platform-reqs -W &&
53
composer update --no-interaction -W
54
55
# Laravel setup
.github/workflows/phpunit.yml
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
# Mysql | Laravel setup
0 commit comments