Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 28a1548

Browse files
update dependencies for Laravel 6
1 parent 0b9e5d6 commit 28a1548

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "A package to override Laravel migrations to more efficiently store UUID fields in your database",
44
"type": "utility",
55
"require": {
6-
"php": ">=5.6.4",
7-
"illuminate/container": "~5.4",
8-
"illuminate/database": "~5.4"
6+
"php": "^7.2",
7+
"illuminate/container": "^6.0",
8+
"illuminate/database": "^6.0"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "~5.7",
12-
"mockery/mockery": "~0.9.4"
11+
"phpunit/phpunit": "^8.0",
12+
"mockery/mockery": "^1.2.3"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)