Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Sep 20, 2023
1 parent 1c5fc82 commit 21950e2
Show file tree
Hide file tree
Showing 8 changed files with 1,537 additions and 1,522 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2

[phpunit.xml]
indent_size = 2

[*.{js,jsx,scss}]
indent_size = 2

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ public/js
public/img/*
public/images
composer.phar
.phpunit.cache
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-xml": "*",
"ext-zip": "*",
"browner12/helpers": "^3.4",
"dedoc/scramble": "^0.7.2",
"dedoc/scramble": "^0.8.3",
"diglactic/laravel-breadcrumbs": "^v8.1.0",
"doctrine/dbal": "^3.4",
"erusev/parsedown": "^1.7",
Expand All @@ -32,7 +32,7 @@
"hemp/presenter": "^2.5",
"http-interop/http-factory-guzzle": "^1.0",
"iben12/laravel-statable": "^1.5",
"laminas/laminas-diactoros": "^2.5",
"laminas/laminas-diactoros": "^3.2",
"laracasts/flash": "^3.0",
"laraeast/laravel-bootstrap-forms": "^5.2",
"laravel/framework": "^10.0",
Expand All @@ -56,15 +56,14 @@
"barryvdh/laravel-ide-helper": "^2.6",
"beyondcode/laravel-dump-server": "^1.8",
"spatie/laravel-ignition": "^2.0",
"heroku/heroku-buildpack-php": "^227",
"heroku/heroku-buildpack-php": "^231",
"mockery/mockery": "^1.3",
"nunomaduro/collision": "^6.1",
"nunomaduro/collision": "^7.9.0",
"nunomaduro/larastan": "^2.1",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^10.3",
"roave/security-advisories": "dev-master",
"slevomat/coding-standard": "dev-master",
"squizlabs/php_codesniffer": "*",
"ngyuki/phpower": "dev-master"
"squizlabs/php_codesniffer": "*"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 21950e2

Please sign in to comment.