Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Disable minimum-stability=dev in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Aug 10, 2014
1 parent 89b87ca commit 10d57a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:
before_script:
- composer self-update
- composer install --no-interaction --prefer-source
- composer require satooshi/php-coveralls:dev-master --dev --no-progress --prefer-source

script:
- mkdir -p build/logs
Expand Down
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "cubex/skeleton",
"description": "Cubex Project Skeleton",
"homepage": "http://cubex.io",
"license": "BSD-3-Clause",
"authors": [
"name": "cubex/skeleton",
"description": "Cubex Project Skeleton",
"homepage": "http://cubex.io",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Brooke Bryan",
"email": "brooke@bajb.net",
"homepage": "http://www.bajb.net"
}
],
"require": {
"require": {
"cubex/framework": "*",
"packaged/dispatch": "*",
"stack/builder": "*"
},
"autoload": {
"require-dev": {
"satooshi/php-coveralls": "*"
},
"autoload": {
"psr-4": {
"Skeleton\\": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 10d57a9

Please sign in to comment.