Skip to content

Commit 88957d6

Browse files
committed
* Downgrade PHP version to 7.0
* Remove Windows dependency in tests * Bugfix: Fix path of input file
1 parent 8140797 commit 88957d6

File tree

5 files changed

+82
-81
lines changed

5 files changed

+82
-81
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
.idea/
2-
/vendor
2+
/vendor
3+
tests/PHPJasper/*.jasper
4+
5+
# IDE
6+
## Eclipse
7+
.buildpath
8+
.project
9+
.settings

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=7.1"
19+
"php": ">=7.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^6.1"

0 commit comments

Comments
 (0)