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

Commit

Permalink
set package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Feb 19, 2015
1 parent d8314c3 commit 2436a4a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
@@ -1,25 +1,25 @@
{
"name": "cubex/skeleton",
"name": "cubex/skeleton",
"description": "Cubex Project Skeleton",
"homepage": "http://cubex.io",
"license": "BSD-3-Clause",
"authors": [
"homepage": "http://cubex.io",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Brooke Bryan",
"email": "brooke@bajb.net",
"name": "Brooke Bryan",
"email": "brooke@bajb.net",
"homepage": "http://www.bajb.net"
}
],
"require": {
"cubex/framework": "~2.0",
"require": {
"cubex/framework": "~2.1",
"packaged/dispatch": "~1.0",
"stack/builder": "~1.0"
"stack/builder": "~1.0"
},
"require-dev": {
"satooshi/php-coveralls": "~0.0",
"phpunit/phpunit": "~4.0"
"satooshi/php-coveralls": "~0.6",
"phpunit/phpunit": "~4.5"
},
"autoload": {
"autoload": {
"psr-4": {
"Skeleton\\": "src/"
}
Expand Down

0 comments on commit 2436a4a

Please sign in to comment.