Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
chore: upgrade dependencies for php8 compatibility (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Mar 12, 2021
1 parent f20d706 commit 82e6fae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]"
}],
"require": {
"illuminate/support": "^8.0",
"illuminate/support": "^8.28",
"graham-campbell/markdown": "^13.1",
"spatie/regex": "^1.4",
"league/commonmark": "^1.5",
Expand All @@ -17,11 +17,11 @@
"unicorn-fail/emoji": "1.0.x-dev"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"friendsofphp/php-cs-fixer": "^2.18",
"graham-campbell/analyzer": "^3.0",
"mockery/mockery": "^1.3.1",
"nunomaduro/larastan": "^0.6.4",
"nunomaduro/laravel-mojito": "^0.2.4",
"mockery/mockery": "^1.4",
"nunomaduro/larastan": "^0.7.0",
"nunomaduro/laravel-mojito": "^0.2.7",
"pestphp/pest": "^1.0.0",
"pestphp/pest-plugin-faker": "^1.0.0",
"pestphp/pest-plugin-laravel": "^1.0.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82e6fae

Please sign in to comment.