Update composer.json

This commit is contained in:
walkor 2022-08-15 15:19:01 +08:00 committed by GitHub
parent c57ba0d640
commit 3e4b14c229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@
"description": "Webman plugin webman/admin", "description": "Webman plugin webman/admin",
"require": { "require": {
"workerman/webman-framework": "^1.4", "workerman/webman-framework": "^1.4",
"illuminate/database": ">=8.83", "illuminate/database": ">=7.30",
"illuminate/pagination": ">=8.83", "illuminate/pagination": ">=7.30",
"illuminate/events": ">=8.83", "illuminate/events": ">=7.30",
"intervention/image": "^2.7", "intervention/image": "^2.7",
"webman/event": "^1.0" "webman/event": "^1.0"
}, },
@ -16,4 +16,4 @@
"Webman\\Admin\\": "src" "Webman\\Admin\\": "src"
} }
} }
} }