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

Commit 2436a4a

Browse files
committed
set package versions
1 parent d8314c3 commit 2436a4a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "cubex/skeleton",
2+
"name": "cubex/skeleton",
33
"description": "Cubex Project Skeleton",
4-
"homepage": "http://cubex.io",
5-
"license": "BSD-3-Clause",
6-
"authors": [
4+
"homepage": "http://cubex.io",
5+
"license": "BSD-3-Clause",
6+
"authors": [
77
{
8-
"name": "Brooke Bryan",
9-
"email": "brooke@bajb.net",
8+
"name": "Brooke Bryan",
9+
"email": "brooke@bajb.net",
1010
"homepage": "http://www.bajb.net"
1111
}
1212
],
13-
"require": {
14-
"cubex/framework": "~2.0",
13+
"require": {
14+
"cubex/framework": "~2.1",
1515
"packaged/dispatch": "~1.0",
16-
"stack/builder": "~1.0"
16+
"stack/builder": "~1.0"
1717
},
1818
"require-dev": {
19-
"satooshi/php-coveralls": "~0.0",
20-
"phpunit/phpunit": "~4.0"
19+
"satooshi/php-coveralls": "~0.6",
20+
"phpunit/phpunit": "~4.5"
2121
},
22-
"autoload": {
22+
"autoload": {
2323
"psr-4": {
2424
"Skeleton\\": "src/"
2525
}

0 commit comments

Comments
 (0)