Skip to content

Commit b3dcb6d

Browse files
authored
Merge pull request #159 from prismicio/php7only
Support only PHP >=7.1
2 parents 5670c79 + 154a4d1 commit b3dcb6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6792
-1467
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.editorconfig export-ignore
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/composer.lock export-ignore
6+
/phpcs.xml export-ignore
7+
/phpdoc.xml export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/tests/ export-ignore

0 commit comments

Comments
 (0)