|
1 | 1 | { |
2 | | - "name": "codeigniter4/appstarter", |
3 | | - "type": "project", |
4 | | - "description": "CodeIgniter4 starter app", |
5 | | - "homepage": "https://codeigniter.com", |
6 | | - "license": "MIT", |
7 | | - "require": { |
8 | | - "php": ">=7.2", |
9 | | - "codeigniter4/framework": "^4@rc" |
10 | | - }, |
11 | | - "require-dev": { |
12 | | - "mikey179/vfsstream": "1.6.*", |
13 | | - "phpunit/phpunit": "^7.0" |
14 | | - }, |
15 | | - "scripts": { |
16 | | - "post-update-cmd": [ |
17 | | - "@composer dump-autoload" |
18 | | - ] |
19 | | - }, |
20 | | - "support": { |
21 | | - "forum": "http://forum.codeigniter.com/", |
22 | | - "source": "https://github.com/codeigniter4/CodeIgniter4", |
23 | | - "slack": "https://codeigniterchat.slack.com" |
24 | | - } |
| 2 | + "name": "codeigniter4/appstarter", |
| 3 | + "type": "project", |
| 4 | + "description": "CodeIgniter4 starter app", |
| 5 | + "homepage": "https://codeigniter.com", |
| 6 | + "license": "MIT", |
| 7 | + "require": { |
| 8 | + "php": ">=7.2", |
| 9 | + "codeigniter4/framework": "^4@rc" |
| 10 | + }, |
| 11 | + "require-dev": { |
| 12 | + "mikey179/vfsstream": "1.6.*", |
| 13 | + "phpunit/phpunit": "^7.0" |
| 14 | + }, |
| 15 | + "autoload-dev": { |
| 16 | + "psr-4": { |
| 17 | + "Tests\\Support\\": "tests/_support" |
| 18 | + } |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "test": "phpunit", |
| 22 | + "post-update-cmd": [ |
| 23 | + "@composer dump-autoload" |
| 24 | + ] |
| 25 | + }, |
| 26 | + "support": { |
| 27 | + "forum": "http://forum.codeigniter.com/", |
| 28 | + "source": "https://github.com/codeigniter4/CodeIgniter4", |
| 29 | + "slack": "https://codeigniterchat.slack.com" |
| 30 | + } |
25 | 31 | } |
0 commit comments