Skip to content

Commit 1b898c4

Browse files
committed
newer phpunit creates a file we can gitignore
1 parent ce5f6a4 commit 1b898c4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
/vendor
1414
/composer.lock
1515
/.idea
16+
/.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": "https://github.com/onelogin/php-saml/"
1616
},
1717
"require": {
18-
"php": ">=7.0",
18+
"php": ">=7.1",
1919
"robrichards/xmlseclibs": ">=3.1.1",
2020
"phpunit/phpunit": "7.5.17 || ^9.5"
2121
},

0 commit comments

Comments
 (0)