update tests

This commit is contained in:
KHOUBZA Younes
2020-12-15 15:17:00 +01:00
parent fe0a69b8c5
commit 59da4a3466
16 changed files with 50 additions and 226 deletions
+9 -7
View File
@@ -14,14 +14,11 @@
"require": {
"php": ">=5.3",
"ext-json": "*",
"symfony/config": "^2.7|^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^2.7|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^2.7|^3.0|^4.0|^5.0",
"symfony/yaml": "^2.7|^3.0|^4.0|^5.0",
"twig/twig": "^1.34|^2.0|^3.0"
"illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0"
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
@@ -31,5 +28,10 @@
"src/Prime/helpers.php"
]
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"platform": {
"php": "5.4"
}
}
}