Adding sentinel repository
Showing
| ... | @@ -25,6 +25,12 @@ | ... | @@ -25,6 +25,12 @@ |
| "phpunit/phpunit": "~4.0", | "phpunit/phpunit": "~4.0", | ||
| "phpspec/phpspec": "~2.1" | "phpspec/phpspec": "~2.1" | ||
| }, | }, | ||
| "repositories": [ | |||
| { | |||
| "type": "composer", | |||
| "url": "https://packages.cartalyst.com" | |||
| } | |||
| ], | |||
| "autoload": { | "autoload": { | ||
| "classmap": [ | "classmap": [ | ||
| "database" | "database" | ||
| ... | ... |
Please register or sign in to comment