Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iben12 committed Sep 24, 2019
1 parent a1eacd6 commit 4af5317
Show file tree
Hide file tree
Showing 6 changed files with 5,043 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
build
composer.lock
docs
vendor
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^7.0",
"sebdesign/laravel-state-machine": "^1.3"
"php": "^7.2",
"sebdesign/laravel-state-machine": "^2.0"
},
"require-dev": {
"mockery/mockery": "^0.9.6",
"orchestra/testbench": "3.4.* || 3.5.*",
"phpunit/phpunit": "^5.0 || ^6.0",
"mockery/mockery": "^1.2.3",
"orchestra/testbench": "^4.0.1",
"phpunit/phpunit": "^8.3",
"roave/security-advisories": "dev-master"
},
"autoload": {
Expand Down
Loading

0 comments on commit 4af5317

Please sign in to comment.