Skip to content

Commit d40f105

Browse files
committed
Switch module source to default from development
1 parent 1cd3d9b commit d40f105

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

admin/module/composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
"description": "CodeIgniter4 starter module",
44
"homepage": "https://codeigniter.com",
55
"license": "MIT",
6+
"minimum-stability": "dev",
7+
"repositories": [
8+
{
9+
"type": "vcs",
10+
"url": "https://github.com/codeigniter4/codeigniter4"
11+
}
12+
],
613
"require": {
7-
"php": ">=7.2",
8-
"codeigniter4/framework": "^4@rc"
14+
"php": ">=7.2"
915
},
1016
"require-dev": {
1117
"mikey179/vfsstream": "1.6.*",
12-
"phpunit/phpunit": "8.5.*"
18+
"phpunit/phpunit": "8.5.*",
19+
"codeigniter4/codeigniter4": "dev-develop"
1320
},
1421
"autoload-dev": {
1522
"psr-4": {

0 commit comments

Comments
 (0)