Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Laravel 5.5.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
besologic authored Sep 7, 2017
1 parent 73aa38b commit 39a4061
Show file tree
Hide file tree
Showing 6 changed files with 700 additions and 323 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": ">=5.6.4"
"php": ">=7.0"
},
"require-dev": {
"mockery/mockery": "^0.9.7",
"phpunit/phpunit": "^5.7"
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"files": [
Expand All @@ -23,5 +23,7 @@
"psr-4": {
"Illuminate\\": "src/Illuminate"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 39a4061

Please sign in to comment.