This commit is contained in:
Marcel Pociot
2020-06-02 16:51:36 +02:00
parent f058ce8c5c
commit 6a47264be9
34 changed files with 661 additions and 9 deletions

View File

@@ -19,7 +19,8 @@
],
"require": {
"php": "^7.2.5",
"ext-json": "*"
"ext-json": "*",
"nikic/php-parser": "^4.4"
},
"require-dev": {
"cboden/ratchet": "^0.4.2",