We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd3d9b commit d40f105Copy full SHA for d40f105
admin/module/composer.json
@@ -3,13 +3,20 @@
3
"description": "CodeIgniter4 starter module",
4
"homepage": "https://codeigniter.com",
5
"license": "MIT",
6
+ "minimum-stability": "dev",
7
+ "repositories": [
8
+ {
9
+ "type": "vcs",
10
+ "url": "https://github.com/codeigniter4/codeigniter4"
11
+ }
12
+ ],
13
"require": {
- "php": ">=7.2",
- "codeigniter4/framework": "^4@rc"
14
+ "php": ">=7.2"
15
},
16
"require-dev": {
17
"mikey179/vfsstream": "1.6.*",
- "phpunit/phpunit": "8.5.*"
18
+ "phpunit/phpunit": "8.5.*",
19
+ "codeigniter4/codeigniter4": "dev-develop"
20
21
"autoload-dev": {
22
"psr-4": {
0 commit comments