Aggiornato composer e README
Showing
| ... | ... | @@ -2,6 +2,13 @@ |
| "name": "FLT/symfony-swoole", | ||
| "description": "Event-driven engine for running Symfony PHP with Swoole extension.", | ||
| "type": "library", | ||
| "authors" : [{ | ||
| "name" : "Mattia Bernasconi", | ||
| "email" : "info@mattiabernasconi.it", | ||
| "homepage" : "https://www.mattiabernasconi.it", | ||
| "role" : "Owner" | ||
| } | ||
| ], | ||
| "require": { | ||
| "symfony/console": "^4.0", | ||
| "php": ">=7.1", | ||
| ... | ... | @@ -10,12 +17,6 @@ |
| "require-dev": { | ||
| "phpunit/phpunit": "^6.1" | ||
| }, | ||
| "authors": [ | ||
| { | ||
| "name": "Mattia Bernasconi", | ||
| "homepage": "https://www.mattiabernasconi.it" | ||
| } | ||
| ], | ||
| "autoload": { | ||
| "psr-4": {"FLT\\Swoole\\": "src/"} | ||
| }, | ||
| ... | ... |
Please register or sign in to comment