-
ejimenezo
Junior Member
-
Posts: 12
Threads: 2
Joined: Aug 2022
Reputation:
0
Hi everyone.
I'm new in this foroum.
I was trying to update CI version 4.1.3 to the lasted version via Composer, but i can't do it, composer say "there is nothing to install, update or delete" and if i try to update manually (copping the System Folder) there are an error.
Can anybody help me please??
-
paulbalandan
External Auditor
-
Posts: 285
Threads: 6
Joined: Jul 2020
Reputation:
24
Maybe your PHP version is not 7.4 or higher.
-
paulbalandan
External Auditor
-
Posts: 285
Threads: 6
Joined: Jul 2020
Reputation:
24
Can you show the error when you manually copy the system folder?
-
kenjis
Administrator
-
Posts: 3,671
Threads: 96
Joined: Oct 2014
Reputation:
230
-
kenjis
Administrator
-
Posts: 3,671
Threads: 96
Joined: Oct 2014
Reputation:
230
Code: bash-3.2$ php -v
PHP 7.4.30 (cli) (built: Jun 9 2022 09:30:10) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans
with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies
Code: bash-3.2$ php spark env
CodeIgniter v4.1.3 Command Line Tool - Server Time: 2022-08-31 18:16:10 UTC-05:00
Your environment is currently set as production.
Code: bash-3.2$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
- Upgrading codeigniter4/framework (v4.1.3 => v4.2.5)
- Upgrading kint-php/kint (3.3 => 4.2.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Upgrading kint-php/kint (3.3 => 4.2.0): Extracting archive
- Upgrading codeigniter4/framework (v4.1.3 => v4.2.5): Extracting archive
Generating autoload files
27 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
infection/extension-installer: No extensions found
No security vulnerability advisories found
-
ejimenezo
Junior Member
-
Posts: 12
Threads: 2
Joined: Aug 2022
Reputation:
0
(08-31-2022, 04:17 PM)kenjis Wrote: Code: bash-3.2$ php -v
PHP 7.4.30 (cli) (built: Jun 9 2022 09:30:10) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans
with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies
Code: bash-3.2$ php spark env
CodeIgniter v4.1.3 Command Line Tool - Server Time: 2022-08-31 18:16:10 UTC-05:00
Your environment is currently set as production.
Code: bash-3.2$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
- Upgrading codeigniter4/framework (v4.1.3 => v4.2.5)
- Upgrading kint-php/kint (3.3 => 4.2.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Upgrading kint-php/kint (3.3 => 4.2.0): Extracting archive
- Upgrading codeigniter4/framework (v4.1.3 => v4.2.5): Extracting archive
Generating autoload files
27 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
infection/extension-installer: No extensions found
No security vulnerability advisories found
Code: > php -v
PHP 7.4.30 (cli) (built: Jun 7 2022 16:24:55) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
> php spark env
CodeIgniter v4.1.3 Command Line Tool - Server Time: 2022-09-01 08:56:27 UTC-05:00
Your environment is currently set as development.
> composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
31 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> CodeIgniter\ComposerScripts::postUpdate
No security vulnerability advisories found
|