Skip to content

Commit 47dbb16

Browse files
committed
More updates for 4.0
1 parent df1a0c3 commit 47dbb16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

admin/framework/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"ext-curl": "*",
1010
"ext-intl": "*",
1111
"ext-json": "*",
12-
"kint-php/kint": "^2.1",
12+
"kint-php/kint": "^3.3",
1313
"psr/log": "^1.1",
1414
"laminas/laminas-escaper": "^2.6"
1515
},
1616
"require-dev": {
1717
"codeigniter4/codeigniter4-standard": "^1.0",
1818
"mikey179/vfsstream": "1.6.*",
19-
"phpunit/phpunit": "^7.0",
19+
"phpunit/phpunit": "^8.5",
2020
"squizlabs/php_codesniffer": "^3.3"
2121
},
2222
"autoload": {

admin/starter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.2",
9-
"codeigniter4/framework": "^4@rc"
9+
"codeigniter4/framework": "^4.0"
1010
},
1111
"require-dev": {
1212
"mikey179/vfsstream": "1.6.*",

user_guide_src/source/changelogs/v4.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 4.0.0-rc.4
1+
Version 4.0.0
22
====================================================
33

44
Release Date: February 24, 2020

0 commit comments

Comments
 (0)