refactor symfony bundle configuration and response manager

This commit is contained in:
KHOUBZA Younes
2021-02-09 05:15:19 +01:00
parent f0a77abaec
commit 8c1c6ad59e
30 changed files with 783 additions and 265 deletions
Regular → Executable
+2 -12
View File
@@ -13,12 +13,7 @@
],
"require": {
"php": ">=5.3",
"ext-json": "*",
"illuminate/support": "4.0.*"
},
"require-dev": {
"phpunit/phpunit": "4.8.36",
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
"ext-json": "*"
},
"autoload": {
"psr-4": {
@@ -28,10 +23,5 @@
"src/Prime/helpers.php"
]
},
"minimum-stability": "dev",
"config": {
"platform": {
"php": "5.4"
}
}
"minimum-stability": "dev"
}