Skip to content

Commit

Permalink
Update dependencies for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
viicslen committed Sep 2, 2020
1 parent 36a9874 commit f7c6e53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "optimus/architect",
"name": "viicslen/architect",
"autoload": {
"psr-4": {
"Optimus\\Architect\\": "src/"
"viicslen\\Architect\\": "src/"
}
},
"require": {
"laravel/framework": "~5.1"
"laravel/framework": "^7.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"orchestra/testbench": "~3.1",
"phpunit/phpunit": "~4.7",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1",
"phpunit/phpunit": "^4.7",
"satooshi/php-coveralls": "dev-master@dev"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit f7c6e53

Please sign in to comment.