Changes for CI 4.2.10

- Minimum PHP 7.4
- Changed CodeIgniter version to 4.2.10
- Corrected deprecated license descriptions
This commit is contained in:
objecttothis
2022-12-09 15:55:59 +04:00
committed by Steve Ireland
parent c6a696f376
commit 4d9443705f
2 changed files with 6 additions and 6 deletions

4
composer.lock generated
View File

@@ -419,7 +419,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
"LGPL-3.0-or-later"
],
"authors": [
{
@@ -465,7 +465,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
"LGPL-3.0-or-later"
],
"authors": [
{

View File

@@ -1,6 +1,6 @@
{
"name": "OpenSourcePOS",
"version": "3.3.3",
"version": "3.4.0",
"license": [
"MIT"
],
@@ -14,7 +14,7 @@
"dompdf/dompdf": {
"version": "v0.8.6",
"license": [
"LGPL-2.1"
"LGPL-2.1-or-later"
]
},
"mikey179/vfsStream": {
@@ -32,13 +32,13 @@
"phenx/php-font-lib": {
"version": "0.5.2",
"license": [
"LGPL-3.0"
"LGPL-3.0-or-later"
]
},
"phenx/php-svg-lib": {
"version": "0.3.3",
"license": [
"LGPL-3.0"
"LGPL-3.0-or-later"
]
},
"tamtamchik/namecase": {