Skip to content

Commit

Permalink
upgraded to laravel 7 with storage usage and removed padosoft/io and …
Browse files Browse the repository at this point in the history
…padosoft/laravel-request dependecies
  • Loading branch information
leopado committed Mar 27, 2020
1 parent 6928ecf commit 73303a0
Show file tree
Hide file tree
Showing 11 changed files with 2,197 additions and 1,108 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@
],
"require": {
"php" : ">=7.1.0",
"illuminate/http": "^5.7|^5.8",
"illuminate/database": "^5.7|^5.8",
"illuminate/support": "^5.7|^5.8",
"padosoft/io": "^1.0",
"padosoft/laravel-request": "^2.0|^3.0",
"illuminate/http": "^5.7|^5.8|^6.0|^7.0",
"illuminate/database": "^5.7|^5.8|^6.0|^7.0",
"illuminate/support": "^5.7|^5.8|^6.0|^7.0",
"padosoft/support": "^1.6|^2.1"
},
"require-dev": {
"orchestra/testbench": "^3.7|^3.8",
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "^3.7|^3.8|^4.0|^5.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"padosoft/test": "^1.0.1"
"padosoft/test": "^1.0.1|^2.0"
},
"autoload": {
"psr-4": {
"Padosoft\\Uploadable\\": "src"
}
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 73303a0

Please sign in to comment.