Skip to content

Commit 73c9eec

Browse files
committed
Clean up
1 parent dcd8547 commit 73c9eec

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

composer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.3 || ^8.0",
24+
"php": "^7.4 || ^8.0",
2525
"codeigniter/coding-standard": "^1.1",
2626
"fakerphp/faker": "^1.9",
2727
"mikey179/vfsstream": "^1.6",
@@ -34,15 +34,6 @@
3434
"phpunit/phpunit": "^9.3",
3535
"roave/security-advisories": "dev-latest"
3636
},
37-
"require-dev": {
38-
"codeigniter4/codeigniter4": "dev-develop"
39-
},
40-
"repositories": [
41-
{
42-
"type": "vcs",
43-
"url": "https://github.com/codeigniter4/CodeIgniter4"
44-
}
45-
],
4637
"minimum-stability": "dev",
4738
"prefer-stable": true
4839
}

0 commit comments

Comments
 (0)