Upgrade jawira/case-converter (fixes #262)
This commit is contained in:
parent
18abd00c9c
commit
4d43bb07f0
2 changed files with 26 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
"aura/session": "~2.1.0",
|
||||
"barracudanetworks/archivestream-php": "~1.0.5",
|
||||
"guzzlehttp/guzzle": "~6.3.0",
|
||||
"jawira/case-converter": "^1.2",
|
||||
"jawira/case-converter": "^3.4",
|
||||
"mathmarques/smarty-view": "~1.1.0",
|
||||
"npm-asset/open-sans-fontface": "^1.4",
|
||||
"rinvex/countries": "~3.1.0",
|
||||
|
|
36
composer.lock
generated
36
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "2bd1e21d4b8b3a7c138effac43143028",
|
||||
"content-hash": "5d5031247a278c06162e69efb70e4b92",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -329,24 +329,25 @@
|
|||
},
|
||||
{
|
||||
"name": "jawira/case-converter",
|
||||
"version": "v1.2.0",
|
||||
"version": "v3.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jawira/case-converter.git",
|
||||
"reference": "79716629a298e44507a8eed9b997968f39367abc"
|
||||
"reference": "756089a523ce268fb173a9f4af4ca95629b3a7f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jawira/case-converter/zipball/79716629a298e44507a8eed9b997968f39367abc",
|
||||
"reference": "79716629a298e44507a8eed9b997968f39367abc",
|
||||
"url": "https://api.github.com/repos/jawira/case-converter/zipball/756089a523ce268fb173a9f4af4ca95629b3a7f0",
|
||||
"reference": "756089a523ce268fb173a9f4af4ca95629b3a7f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.4"
|
||||
"php": "^7.1"
|
||||
},
|
||||
"suggest": {
|
||||
"pds/skeleton": "PHP Package Development Standards"
|
||||
"pds/skeleton": "PHP Package Development Standards",
|
||||
"phing/phing": "PHP Build Tool"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -360,16 +361,29 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jawira Portugal"
|
||||
"name": "Jawira Portugal",
|
||||
"email": "dev@tugal.be",
|
||||
"homepage": "http://jawira.com/"
|
||||
}
|
||||
],
|
||||
"description": "Convert string between **Camel Case** ?, **Snake Case** ?and **Kebab Case** ?.",
|
||||
"description": "Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.",
|
||||
"homepage": "https://jawira.github.io/case-converter/",
|
||||
"keywords": [
|
||||
"Ada case",
|
||||
"Cobol case",
|
||||
"Macro case",
|
||||
"Train case",
|
||||
"camel case",
|
||||
"dot notation",
|
||||
"kebab case",
|
||||
"snake case"
|
||||
"lower case",
|
||||
"pascal case",
|
||||
"sentence case",
|
||||
"snake case",
|
||||
"title case",
|
||||
"upper case"
|
||||
],
|
||||
"time": "2019-03-18T05:59:08+00:00"
|
||||
"time": "2019-12-15T14:31:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mathmarques/smarty-view",
|
||||
|
|
Loading…
Reference in a new issue