Skip to content

Commit c6eb058

Browse files
committed
refactoring to php7 support, add tests
1 parent 88ef738 commit c6eb058

14 files changed

+1861
-163
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,22 @@
1414
"role": "lead"
1515
}
1616
],
17-
"minimum-stability": "dev",
17+
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=5.4.0",
19+
"php": ">=7.1",
2020
"symfony/console": "^3.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "4.8.*"
23+
"phpunit/phpunit": "^6.1"
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"JasperPHP\\": "src/"
27+
"PHPJasper\\": "src/"
28+
}
29+
},
30+
"autoload-dev": {
31+
"psr-4": {
32+
"PHPJasper\\": "tests/"
2833
}
2934
}
30-
}
35+
}

0 commit comments

Comments
 (0)