This commit is contained in:
Marcel Pociot
2020-04-24 12:37:31 +02:00
parent 018d778e5f
commit 9ce19f975e
28 changed files with 1160 additions and 91 deletions

View File

@@ -21,10 +21,12 @@
"bfunky/http-parser": "^2.2",
"cboden/ratchet": "^0.4.2",
"clue/buzz-react": "^2.7",
"clue/reactphp-sqlite": "^1.0",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "dev-master as 1.6.1",
"illuminate/http": "5.8.*|^6.0|^7.0",
"illuminate/pipeline": "^7.6",
"illuminate/validation": "^7.7",
"laminas/laminas-http": "^2.11",
"laravel-zero/framework": "^7.0",
"namshi/cuzzle": "^2.0",
@@ -34,7 +36,8 @@
"riverline/multipart-parser": "^2.0",
"symfony/expression-language": "^5.0",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/psr-http-message-bridge": "^2.0"
"symfony/psr-http-message-bridge": "^2.0",
"twig/twig": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
@@ -43,7 +46,10 @@
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"psr-4": {