Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Feb 4, 2022
1 parent bd70632 commit 684574f
Show file tree
Hide file tree
Showing 3 changed files with 1,324 additions and 230 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/vendor
.idea
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
}
},
"require": {
"illuminate/console": "~5.6",
"illuminate/filesystem": "~5.6",
"symfony/process": "~3.3",
"ramsey/uuid": "^3.8"
"illuminate/console": "~8.82",
"illuminate/filesystem": "~8.82",
"ramsey/uuid": "^4.2.3",
"symfony/process": "^5.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.3.1"
"squizlabs/php_codesniffer": "~3.6.2"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 684574f

Please sign in to comment.