Skip to content

Commit bbb8bd0

Browse files
committed
Update composer.json
1 parent f2ce3f4 commit bbb8bd0

3 files changed

Lines changed: 9 additions & 4906 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ phpunit
8484
#-------------------------
8585
# Composer
8686
#-------------------------
87-
vendor
87+
vendor/
88+
composer.lock
8889

8990
#-------------------------
9091
# IDE / Development Files

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
]
2626
},
2727
"require": {
28-
"php": "^7.4 || ^8.0",
29-
"codeigniter4/framework": "^4.0",
30-
"codeigniter4/shield": "dev-develop"
28+
"php": "^8.2",
29+
"codeigniter4/framework": "^4.4",
30+
"codeigniter4/shield": "^1.1"
3131
},
3232
"require-dev": {
3333
"codeigniter/coding-standard": "^1.7",
34-
"fakerphp/faker": "^1.23.1",
34+
"fakerphp/faker": "^1.23",
3535
"mikey179/vfsstream": "^1.6",
36-
"phpstan/phpstan": "2.0.x-dev",
37-
"phpunit/phpunit": "^9.1",
38-
"squizlabs/php_codesniffer": "*"
36+
"phpstan/phpstan": "^2.1",
37+
"phpunit/phpunit": "^10.5",
38+
"squizlabs/php_codesniffer": "^3.9"
3939
},
4040
"scripts": {
4141
"test": "phpunit",

0 commit comments

Comments
 (0)