Skip to content

Commit

Permalink
upd installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanthammar committed Jan 10, 2022
1 parent b0af922 commit ea6135b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
/vendor
/vendor
/.idea
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
}
],
"require": {
"laravel-shift/blueprint": "*",
"tanthammar/tall-forms": "*"
"laravel/framework": "^8.0",
"laravel-shift/blueprint": "^2.0",
"tanthammar/tall-forms": "^8.0|dev-master|v9.x-dev"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea6135b

Please sign in to comment.