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