Skip to content

Commit 25cf6b9

Browse files
authored
Merge pull request #67 from PHPJasper/develop
Develop
2 parents b4b0051 + e0ad9a7 commit 25cf6b9

File tree

7 files changed

+1477
-43
lines changed

7 files changed

+1477
-43
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
],
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=7.1",
20-
"symfony/console": "^3.3"
19+
"php": ">=7.1"
2120
},
2221
"require-dev": {
2322
"phpunit/phpunit": "^6.1"
@@ -29,7 +28,7 @@
2928
},
3029
"autoload-dev": {
3130
"psr-4": {
32-
"PHPJasper\\": "tests/"
31+
"PHPJasper\\Test\\": "tests/"
3332
}
3433
}
3534
}

0 commit comments

Comments
 (0)