mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
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/"
|
"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
475
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue