Upgrade CodeIgniter to 3.1.11, LICENSE file and npm

This commit is contained in:
FrancescoUK
2019-09-28 19:06:52 +01:00
parent d63eb47e63
commit 8d699cc9ad
4 changed files with 31 additions and 29 deletions

View File

@@ -74,10 +74,10 @@
<![endif]-->
<!-- start mincss template tags -->
<link rel="stylesheet" type="text/css" href="dist/jquery-ui/jquery-ui.min.css"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=c729835075"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=397f582d3d"/>
<!-- end mincss template tags -->
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=aaf585bba7"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=1b6d91ca43"></script>
<!-- end minjs template tags -->
<?php endif; ?>

43
composer.lock generated
View File

@@ -8,16 +8,16 @@
"packages": [
{
"name": "codeigniter/framework",
"version": "3.1.10",
"version": "3.1.11",
"source": {
"type": "git",
"url": "https://github.com/bcit-ci/CodeIgniter.git",
"reference": "c576995304fc3609cca0b7b92d1b2cd611ec82f5"
"reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/c576995304fc3609cca0b7b92d1b2cd611ec82f5",
"reference": "c576995304fc3609cca0b7b92d1b2cd611ec82f5",
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/b73eb19aed66190c10c9cad476da7c36c271d6dc",
"reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc",
"shasum": ""
},
"require": {
@@ -37,7 +37,7 @@
],
"description": "The CodeIgniter framework",
"homepage": "https://codeigniter.com",
"time": "2019-01-16T15:49:35+00:00"
"time": "2019-09-19T12:08:45+00:00"
},
{
"name": "dompdf/dompdf",
@@ -219,16 +219,16 @@
},
{
"name": "tamtamchik/namecase",
"version": "1.0.4",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/tamtamchik/namecase.git",
"reference": "2053794498cd0fec544ccee91bcbe5b36d33bdd5"
"reference": "1f29341b810f75ab4beb4bdcb710dcede9107b46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tamtamchik/namecase/zipball/2053794498cd0fec544ccee91bcbe5b36d33bdd5",
"reference": "2053794498cd0fec544ccee91bcbe5b36d33bdd5",
"url": "https://api.github.com/repos/tamtamchik/namecase/zipball/1f29341b810f75ab4beb4bdcb710dcede9107b46",
"reference": "1f29341b810f75ab4beb4bdcb710dcede9107b46",
"shasum": ""
},
"require": {
@@ -242,7 +242,8 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "2.0-dev",
"1.0.x": "1.0.x-dev"
}
},
"autoload": {
@@ -273,7 +274,7 @@
"strings",
"tamtamchik"
],
"time": "2019-05-24T10:09:45+00:00"
"time": "2019-07-16T17:32:28+00:00"
}
],
"packages-dev": [
@@ -309,16 +310,16 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.11.0",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "82ebae02209c21113908c229e9883c419720738a"
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
"shasum": ""
},
"require": {
@@ -330,7 +331,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
"dev-master": "1.12-dev"
}
},
"autoload": {
@@ -346,13 +347,13 @@
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
@@ -363,7 +364,7 @@
"polyfill",
"portable"
],
"time": "2019-02-06T07:57:58+00:00"
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "vlucas/phpdotenv",

View File

@@ -45,6 +45,6 @@
"wd": "^0.3.3"
},
"dependencies": {
"npm": "^6.9.0"
"npm": "^6.11.3"
}
}

View File

@@ -5,21 +5,22 @@ Copyright (c) 2012 Alain
Copyright (c) 2013 Rob Garrison
Copyright (c) 2013 Parq
Copyright (c) 2013 Ramel
Copyright (c) 2013-2018 jekkos
Copyright (c) 2015-2018 FrancescoUK (aka daN4cat)
Copyright (c) 2013-2019 jekkos
Copyright (c) 2015-2019 FrancescoUK (aka daN4cat)
Copyright (c) 2015 Aamir Shahzad (aka asakpke), RoshanTech.com
Copyright (c) 2015 Toni Haryanto (aka yllumi)
Copyright (c) 2016-2017 Ramkrishna Mondal (aka RamkrishnaMondal)
Copyright (c) 2016 Rinaldy@dbarber (aka rnld26)
Copyright (c) 2016-2017 Jorge Colmenarez (aka jlctmaster), frontuari.com
Copyright (c) 2017-2018 Steve Ireland
Copyright (c) 2017-2019 Steve Ireland
Copyright (c) 2017-2019 objecttothis
Copyright (c) 2017-2019 odiea
Copyright (c) 2017-2019 WebShells / Shady Sh
Copyright (c) 2017 Jesus Guerrero Botella (aka i92guboj)
Copyright (c) 2017 Deep Shah (aka deepshah)
Copyright (c) 2017 Joshua Fernandez (aka joshua1234511)
Copyright (c) 2017 odiea
Copyright (c) 2017 asadjaved63
Copyright (c) 2018 Erasto Marroquin (aka Erastus)
Copyright (c) 2018 WebShells/Shady Sh
Copyright (c) 2018 Nathan Sas (aka nathanzky)
Copyright (c) 2018 Emilio Silva (aka emi-silva)