Skip to content

Commit 139840c

Browse files
Update to Laravel 7
1 parent de8965a commit 139840c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "cooperl/laravel-db2",
3-
"description": "laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.",
2+
"name": "jorgcastellano/laravel-db2",
3+
"description": "Fork from cooperl/laravel-db2, laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.",
44
"keywords": [
55
"laravel",
66
"DB2",
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/database": "^6.0"
20+
"illuminate/database": "^7.0"
2121
},
2222
"require-dev": {
2323
},

0 commit comments

Comments
 (0)