Updated dependencies
This commit is contained in:
parent
46f209fdd5
commit
3475d16908
1 changed files with 7 additions and 6 deletions
|
@ -35,8 +35,8 @@
|
|||
"donatj/flags": "^1.4",
|
||||
"fakerphp/faker": "^1.14.1",
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"gone.io/inflection": "^2.1",
|
||||
"gone.io/uuid": "^2.3",
|
||||
"matthewbaggett/inflection": "^2.1",
|
||||
"matthewbaggett/uuid": "^2.3",
|
||||
"kint-php/kint": "^3.3",
|
||||
"kint-php/kint-twig": "^3.0",
|
||||
"mattketmo/camel": "^1.1",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"middlewares/debugbar": "^2.0",
|
||||
"middlewares/encoder": "^2.1",
|
||||
"middlewares/geolocation": "^3.0",
|
||||
"middlewares/minifier": "^2.0",
|
||||
"middlewares/minifier": "dev-master",
|
||||
"middlewares/payload": "^3.0",
|
||||
"middlewares/response-time": "^2.0",
|
||||
"middlewares/trailing-slash": "^2.0",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"slim/http-cache": "^1.0",
|
||||
"slim/psr7": "^1.1",
|
||||
"slim/slim": "^4.5",
|
||||
"slim/twig-view": "^3.0",
|
||||
"slim/twig-view": "^3.2",
|
||||
"squizlabs/php_codesniffer": "3.*",
|
||||
"symfony/translation": "^5.1",
|
||||
"symfony/twig-bridge": "^5.1",
|
||||
|
@ -82,8 +82,9 @@
|
|||
"phpstan/phpstan-symfony": "^0.12",
|
||||
"phpunit/phpcov": "^7.0",
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"slam/phpstan-extensions": "^4.0",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
||||
"slam/phpstan-extensions": "^5.0",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12",
|
||||
"wyrihaximus/html-compress": "^4.1"
|
||||
},
|
||||
"suggest": {
|
||||
"benzine/orm" : "Model/Service/Crud generation made easy"
|
||||
|
|
Loading…
Reference in a new issue