Skip to content

Commit

Permalink
Merge pull request #46 from khsing/v6.x
Browse files Browse the repository at this point in the history
upgrade package for laravel-6.x
  • Loading branch information
khsing committed Mar 3, 2021
2 parents 51dfd7c + ce10468 commit a523de8
Show file tree
Hide file tree
Showing 2 changed files with 3,700 additions and 1,189 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
"license": "MIT",
"require": {
"php": ">=7.1",
"laravel/framework" : ">=5.8.0"
"laravel/framework" : "^6.20"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~5.0"
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.5.8|^9.3.3"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"autoload": {
"psr-4": {
"Khsing\\World\\": "src/"
}
"psr-4": { "Khsing\\World\\": "src/" }
},
"minimum-stability": "stable",
"authors": [
Expand Down
Loading

0 comments on commit a523de8

Please sign in to comment.