Skip to content

Commit

Permalink
More updates for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Feb 24, 2020
1 parent df1a0c3 commit 47dbb16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions admin/framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
"kint-php/kint": "^2.1",
"kint-php/kint": "^3.3",
"psr/log": "^1.1",
"laminas/laminas-escaper": "^2.6"
},
"require-dev": {
"codeigniter4/codeigniter4-standard": "^1.0",
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion admin/starter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=7.2",
"codeigniter4/framework": "^4@rc"
"codeigniter4/framework": "^4.0"
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/changelogs/v4.0.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 4.0.0-rc.4
Version 4.0.0
====================================================

Release Date: February 24, 2020
Expand Down

0 comments on commit 47dbb16

Please sign in to comment.