Commits (3)
-
Emiliano Balbuena authoreda5839747
-
Emiliano Balbuena authored52469d71
-
Emiliano Balbuena authored9dfe99f3
Showing
.php_cs
0 → 100644
| ... | ... | @@ -2,16 +2,26 @@ |
| "name": "minds/unleash-client-php", | ||
| "type": "library", | ||
| "description": "PHP client for Unleash", | ||
| "keywords": ["unleash", "client", "minds"], | ||
| "keywords": [ | ||
| "unleash", | ||
| "client", | ||
| "minds" | ||
| ], | ||
| "homepage": "https://gitlab.com/minds/unleash-client-php", | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "Brian Hatchet", | ||
| "email": "brian@minds.com", | ||
| "homepage": "http://www.minds.com/brianhatchet", | ||
| "role": "Developer" | ||
| } | ||
| { | ||
| "name": "Brian Hatchet", | ||
| "email": "brian@minds.com", | ||
| "homepage": "http://www.minds.com/brianhatchet", | ||
| "role": "Developer" | ||
| }, | ||
| { | ||
| "name": "Emiliano Balbuena", | ||
| "email": "emiliano@minds.com", | ||
| "homepage": "http://www.minds.com/edgebal", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "minimum-stability": "dev", | ||
| "config": { | ||
| ... | ... | @@ -26,14 +36,15 @@ |
| "zendframework/zend-serializer": "^2.9@dev" | ||
| }, | ||
| "require-dev": { | ||
| "bossa/phpspec2-expect": "^3.0", | ||
| "phpspec/phpspec": "^4.0", | ||
| "phpspec/prophecy": "~1.0" | ||
| "bossa/phpspec2-expect": "^3.0", | ||
| "phpspec/phpspec": "^4.0", | ||
| "phpspec/prophecy": "~1.0", | ||
| "friendsofphp/php-cs-fixer": "^2.17@dev" | ||
| }, | ||
| "autoload": { | ||
| "files": [ | ||
| "src/Client.php", | ||
| "src/Unleash.php" | ||
| "src/Client.php", | ||
| "src/Unleash.php" | ||
| ], | ||
| "psr-4": { | ||
| "Minds\\UnleashClient\\": "src/", | ||
| ... | ... | @@ -44,4 +55,4 @@ |
| "scripts": { | ||
| "test": "phpspec run" | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
This diff is collapsed.