|
1 | 1 | {
|
2 |
| - "name": "cubex/skeleton", |
| 2 | + "name": "cubex/skeleton", |
3 | 3 | "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": [ |
7 | 7 | {
|
8 |
| - "name": "Brooke Bryan", |
9 |
| - "email": "brooke@bajb.net", |
| 8 | + "name": "Brooke Bryan", |
| 9 | + "email": "brooke@bajb.net", |
10 | 10 | "homepage": "http://www.bajb.net"
|
11 | 11 | }
|
12 | 12 | ],
|
13 |
| - "require": { |
14 |
| - "cubex/framework": "~2.0", |
| 13 | + "require": { |
| 14 | + "cubex/framework": "~2.1", |
15 | 15 | "packaged/dispatch": "~1.0",
|
16 |
| - "stack/builder": "~1.0" |
| 16 | + "stack/builder": "~1.0" |
17 | 17 | },
|
18 | 18 | "require-dev": {
|
19 |
| - "satooshi/php-coveralls": "~0.0", |
20 |
| - "phpunit/phpunit": "~4.0" |
| 19 | + "satooshi/php-coveralls": "~0.6", |
| 20 | + "phpunit/phpunit": "~4.5" |
21 | 21 | },
|
22 |
| - "autoload": { |
| 22 | + "autoload": { |
23 | 23 | "psr-4": {
|
24 | 24 | "Skeleton\\": "src/"
|
25 | 25 | }
|
|
0 commit comments