We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59cce5 + fdeb1d8 commit 238367dCopy full SHA for 238367d
.github/workflows/php.yml
@@ -83,7 +83,7 @@ jobs:
83
run: composer install --prefer-dist --no-progress --no-interaction
84
85
- name: Run phpstan
86
- run: /vendor/bin/phpstan analyse --memory-limit=-1 -c phpstan.neon
+ run: ./vendor/bin/phpstan analyse --memory-limit=-1 -c phpstan.neon
87
88
sonarcloud:
89
runs-on: ubuntu-latest
composer.json
@@ -17,7 +17,7 @@
17
"source": "https://github.com/workivate/php-saml/"
18
},
19
"require": {
20
- "php": ">=8.1",
+ "php": "^8.1",
21
"robrichards/xmlseclibs": ">=3.1.1"
22
23
"require-dev": {
0 commit comments