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

Commit 273be32

Browse files
committed
req change to php 7.1+ laravel 5.6+
1 parent 73d38e7 commit 273be32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Translates a database URI into database config values.",
44
"type": "library",
55
"require": {
6-
"php": "^7.1.3",
7-
"laravel/framework": "5.8.*"
6+
"php": "^7.1",
7+
"laravel/framework": "^5.6"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)