Skip to content

Commit

Permalink
Requirements cleanup (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed May 16, 2018
1 parent 20bfeec commit 1781c1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,222 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/build/
/vendor/
.phutil_module_cache
composer.lock
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
install:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
}
},
"require": {
"php": ">=7.1"
"php": ">=7.0"
},
"require-dev": {
"firehed/arctools": "*@dev",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^6 || ^7"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 1781c1a

Please sign in to comment.