Skip to content

Commit 34cf469

Browse files
author
Andrey Andreev
committed
Maintenance stuff
- Added .gitattributes to export-ignore development-only files - Untracked composer.lock - Allow PHP 7.1 installations via Composer
1 parent 5c11e3d commit 34cf469

4 files changed

Lines changed: 7 additions & 1323 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.gitattributes export-ignore
2+
.travis.yml export-ignore
3+
composer.lock export-ignore
4+
run-tests.sh export-ignore
5+
tests/ export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.6 || ^7.0"
15+
"php": "^5.6 || ^7"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^5.0 || ^6.0"

0 commit comments

Comments
 (0)