laravel-6 support

This commit is contained in:
RafficMohammed
2023-01-08 01:17:22 +05:30
parent 1a5c16ae4b
commit 774eed8b0e
4962 changed files with 279380 additions and 297961 deletions

View File

@@ -23,10 +23,11 @@
"issues": "https://github.com/phar-io/manifest/issues"
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.2 || ^8.0",
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0"
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1"
},
"autoload": {
"classmap": [
@@ -35,8 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}