Skip to content

Commit

Permalink
laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 7, 2020
1 parent 53a963b commit ab24ced
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/.idea
/.vscode
/tests/databases
/vendor
.DS_Store
composer.phar
composer.lock
.DS_Store
composer.lock
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~8.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.8",
"friendsofphp/php-cs-fixer": "^2.15",
"spatie/phpunit-snapshot-assertions": "^2.1.0",
"phpstan/phpstan": "^0.9.2"
"phpunit/phpunit": ">=7.0",
"mockery/mockery": ">=1.0",
"orchestra/testbench": ">=3.8",
"friendsofphp/php-cs-fixer": ">=2.15",
"spatie/phpunit-snapshot-assertions": ">=2.1.0",
"phpstan/phpstan": ">=0.9.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ab24ced

Please sign in to comment.