Skip to content

Commit 9acf6fa

Browse files
committed
Update starter composer.json for testing
1 parent 9bb5376 commit 9acf6fa

1 file changed

Lines changed: 29 additions & 23 deletions

File tree

admin/starter/composer.json

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
{
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+
}
2531
}

0 commit comments

Comments
 (0)