Skip to content

Commit

Permalink
Merge pull request #101 from phil-davis/support-php-7.2
Browse files Browse the repository at this point in the history
Support PHP 7.2
  • Loading branch information
icewind1991 authored Mar 3, 2021
2 parents e7cabee + 13f29c0 commit 849ea79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- smbclient
- libsmbclient
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}
],
"require" : {
"php": ">=7.3",
"php": ">=7.2",
"icewind/streams": ">=0.7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3.8",
"phpunit/phpunit": "^8.5|^9.3.8",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.57"
},
Expand Down

0 comments on commit 849ea79

Please sign in to comment.