mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 15:36:13 -04:00
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:
committed by
Steve Ireland
parent
c6a696f376
commit
4d9443705f
4
composer.lock
generated
4
composer.lock
generated
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user