This commit is contained in:
Marcel Pociot
2020-06-15 23:54:51 +02:00
parent 7f459faaac
commit d8496bd433
6 changed files with 258 additions and 576 deletions

View File

@@ -14,19 +14,20 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pestphp/pest"
"url": "https://github.com/seankndy/reactphp-sqlite"
}
],
"require": {
"php": "^7.2.5",
"ext-json": "*"
"ext-json": "*",
"padraic/phar-updater": "^1.0.6"
},
"require-dev": {
"nikic/php-parser": "^4.4",
"cboden/ratchet": "^0.4.2",
"clue/block-react": "^1.3",
"clue/buzz-react": "^2.7",
"clue/reactphp-sqlite": "^1.0",
"clue/reactphp-sqlite": "dev-modular-worker-for-phar-support",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "dev-master as 1.6.1",
"illuminate/http": "5.8.*|^6.0|^7.0",