Aligned the framework to the updated PHP8.0 compatible CodeIgniter version.
This commit is contained in:
parent
3c4e7923ce
commit
aca2105302
2 changed files with 277 additions and 206 deletions
|
@ -31,6 +31,12 @@
|
|||
"EA\\Engine\\": "engine/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/alextselegidis/CodeIgniter.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"ext-curl": "*",
|
||||
|
@ -39,7 +45,7 @@
|
|||
"ext-gd": "*",
|
||||
"gregwar/captcha": "^1.1",
|
||||
"phpmailer/phpmailer": "^6.1",
|
||||
"codeigniter/framework": "^3.1.6",
|
||||
"codeigniter/framework": "dev-3.1.11-php8.0",
|
||||
"jsvrcek/ics": "^0.8",
|
||||
"monolog/monolog": "^1",
|
||||
"google/apiclient": "^2.0"
|
||||
|
|
475
composer.lock
generated
475
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue