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 f023bc5 commit 6c8a2a8Copy full SHA for 6c8a2a8
composer.json
@@ -23,7 +23,8 @@
23
},
24
"require": {
25
"php": "^8.1",
26
- "codeigniter4/framework": "^4.4",
+ "composer-runtime-api": "^2.2",
27
+ "codeigniter4/codeigniter4": "4.5.x-dev",
28
"phpstan/phpstan": "^1.10"
29
30
"require-dev": {
@@ -39,6 +40,12 @@
39
40
"phpunit/phpunit": "^10.2",
41
"rector/rector": "^1.0.0"
42
43
+ "repositories": [
44
+ {
45
+ "type": "vcs",
46
+ "url": "https://github.com/codeigniter4/codeigniter4"
47
+ }
48
+ ],
49
"conflict": {
50
"codeigniter/framework": "*"
51
0 commit comments