Skip to content

Commit 238367d

Browse files
authored
Merge pull request #133 from workivate/CPS-175_upstream_4.1_merge
Cps 175 upstream 4.1 merge
2 parents d59cce5 + fdeb1d8 commit 238367d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: composer install --prefer-dist --no-progress --no-interaction
8484

8585
- name: Run phpstan
86-
run: /vendor/bin/phpstan analyse --memory-limit=-1 -c phpstan.neon
86+
run: ./vendor/bin/phpstan analyse --memory-limit=-1 -c phpstan.neon
8787

8888
sonarcloud:
8989
runs-on: ubuntu-latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "https://github.com/workivate/php-saml/"
1818
},
1919
"require": {
20-
"php": ">=8.1",
20+
"php": "^8.1",
2121
"robrichards/xmlseclibs": ">=3.1.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)