Skip to content

Commit

Permalink
Maintenance stuff
Browse files Browse the repository at this point in the history
- Added .gitattributes to export-ignore development-only files
- Untracked composer.lock
- Allow PHP 7.1 installations via Composer
  • Loading branch information
Andrey Andreev committed Jan 18, 2017
1 parent 5c11e3d commit 34cf469
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,323 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gitattributes export-ignore
.travis.yml export-ignore
composer.lock export-ignore
run-tests.sh export-ignore
tests/ export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^5.6 || ^7.0"
"php": "^5.6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^6.0"
Expand Down
Loading

0 comments on commit 34cf469

Please sign in to comment.