Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #29 from GSokol/master
Browse files Browse the repository at this point in the history
FIX #10: Add PHP 5.6 support
  • Loading branch information
xSavitar authored Oct 16, 2017
2 parents cada3f8 + 1e8e2b5 commit 103ab08
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 284 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 5.6
- 7.0
- 7.1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"require-dev": {
"vlucas/phpdotenv": "^2.4",
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^5.7.23"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 103ab08

Please sign in to comment.