Aligned the framework to the updated PHP8.0 compatible CodeIgniter version.

This commit is contained in:
Alex Tselegidis 2021-07-19 14:03:18 +03:00
parent 3c4e7923ce
commit aca2105302
2 changed files with 277 additions and 206 deletions

View File

@ -31,6 +31,12 @@
"EA\\Engine\\": "engine/" "EA\\Engine\\": "engine/"
} }
}, },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alextselegidis/CodeIgniter.git"
}
],
"require": { "require": {
"php": ">=7.3", "php": ">=7.3",
"ext-curl": "*", "ext-curl": "*",
@ -39,7 +45,7 @@
"ext-gd": "*", "ext-gd": "*",
"gregwar/captcha": "^1.1", "gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^6.1", "phpmailer/phpmailer": "^6.1",
"codeigniter/framework": "^3.1.6", "codeigniter/framework": "dev-3.1.11-php8.0",
"jsvrcek/ics": "^0.8", "jsvrcek/ics": "^0.8",
"monolog/monolog": "^1", "monolog/monolog": "^1",
"google/apiclient": "^2.0" "google/apiclient": "^2.0"

475
composer.lock generated

File diff suppressed because it is too large Load Diff