Skip to content

Commit 1851e7f

Browse files
authored
Merge pull request #1 from yabhq/feat/laravel-7-and-money-cast
Feat/laravel 7 and money cast
2 parents c948a49 + 80a4f26 commit 1851e7f

File tree

6 files changed

+1314
-673
lines changed

6 files changed

+1314
-673
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/support": "^6.0"
20+
"illuminate/support": "^7.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^4.0",
23+
"orchestra/testbench": "^5.0",
2424
"phpunit/phpunit": "^8.3"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)