Updated dependencies
This commit is contained in:
parent
7a344067d9
commit
6ec42d61e5
1 changed files with 4 additions and 5 deletions
|
|
@ -12,14 +12,13 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0",
|
"php": ">=8.0",
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"gone.io/twig-extension-inflection": "^1.0",
|
"matthewbaggett/twig-extension-inflect": "^1.0",
|
||||||
"gone.io/twig-extension-transform": "^1.0",
|
"matthewbaggett/twig-extension-transform": "^1.0",
|
||||||
"gone.io/uuid": "^2.3",
|
"matthewbaggett/uuid": "^2.3",
|
||||||
"laminas/laminas-db": "^2.11.1",
|
"laminas/laminas-db": "^2.11.1",
|
||||||
"mattketmo/camel": "^1.1",
|
"mattketmo/camel": "^1.1",
|
||||||
"nesbot/carbon": "^2.0",
|
"nesbot/carbon": "^2.0",
|
||||||
"robmorgan/phinx": "^0.12.1",
|
"robmorgan/phinx": "^0.12.1"
|
||||||
"twig/twig": "^2.11"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"benzine/core": "dev-master"
|
"benzine/core": "dev-master"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue