Skip to content

Commit 6c8a2a8

Browse files
committed
Require codeigniter 4.5 ad interim
1 parent f023bc5 commit 6c8a2a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"require": {
2525
"php": "^8.1",
26-
"codeigniter4/framework": "^4.4",
26+
"composer-runtime-api": "^2.2",
27+
"codeigniter4/codeigniter4": "4.5.x-dev",
2728
"phpstan/phpstan": "^1.10"
2829
},
2930
"require-dev": {
@@ -39,6 +40,12 @@
3940
"phpunit/phpunit": "^10.2",
4041
"rector/rector": "^1.0.0"
4142
},
43+
"repositories": [
44+
{
45+
"type": "vcs",
46+
"url": "https://github.com/codeigniter4/codeigniter4"
47+
}
48+
],
4249
"conflict": {
4350
"codeigniter/framework": "*"
4451
},

0 commit comments

Comments
 (0)