Laravel 9 Update (#1413)

Update to Laravel 9 and PHP 8+

Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
This commit is contained in:
Nabeel S
2022-03-14 11:45:18 -04:00
committed by GitHub
co-authored by B.Fatih KOZ
parent 00bf18c225
commit 12848091a2
340 changed files with 6130 additions and 4502 deletions
+49 -56
View File
@@ -8,92 +8,79 @@
"prefer-stable": true,
"homepage": "http://www.phpvms.net",
"require": {
"php": ">=7.3",
"php": ">=8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-bcmath": "*",
"ext-pdo": "*",
"ext-intl": "*",
"cache/adapter-common": "1.2.0",
"cache/array-adapter": "1.1.0",
"cache/hierarchical-cache": "1.1.0",
"fisharebest/ext-calendar": "^2.5",
"symfony/flex": "^1.0",
"symfony/polyfill-iconv": "~1.22.0",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/deprecation-contracts": "^v2.5.0",
"symfony/event-dispatcher-contracts": "^2",
"symfony/property-info": "^5.4",
"symfony/string": "^5.4",
"symfony/translation": "^5.4",
"symfony/mailgun-mailer": "^6.0",
"symfony/http-client": "^6.0",
"symfony/yaml": "^6.0",
"psr/container": "1.1.1",
"composer/composer": "~2.0",
"composer/installers": "~1.0",
"laravel/framework": "~8.0",
"anhskohbo/no-captcha": "^3.0",
"appstract/laravel-opcache": "^4.0",
"composer/composer": "^2.2.7",
"composer/installers": "~1.12.0",
"laravel/framework": "~v9.2",
"arrilot/laravel-widgets": "~3.13.0",
"codedge/laravel-selfupdater": "~3.2.0",
"doctrine/dbal": "^3.0.0",
"facade/ignition": "^2.5",
"fideloper/proxy": "^4.4",
"guzzlehttp/guzzle": "~6.5",
"doctrine/dbal": "^3.3.2",
"guzzlehttp/guzzle": "~7.4.1",
"hashids/hashids": "^4.1.0",
"igaster/laravel-theme": "^2.0",
"intervention/image": "^2.4",
"irazasyed/laravel-gamp": "^1.8",
"jmikola/geojson": "1.0.*",
"joshbrw/laravel-module-installer": "^2.0",
"laracasts/flash": "^3.1",
"laravel/helpers": "^1.4",
"laravelcollective/html": "~6.2.0",
"laracasts/flash": "^3.2.1",
"laravel/helpers": "^v1.5.0",
"laravelcollective/html": "~6.3.0",
"jeremykendall/php-domain-parser": "~5.7.2",
"league/commonmark": "~1.6.0",
"league/csv": "9.7.*",
"league/geotools": "0.8.*",
"league/iso3166": "^3.0.0",
"markrogoyski/math-php": "^1.11.0",
"league/commonmark": "~2.2.2",
"league/csv": "^9.8.0",
"league/geotools": "^1.0.0",
"league/iso3166": "^4.0.0",
"markrogoyski/math-php": "^2.5.0",
"myclabs/deep-copy": "~1.10.0",
"nabeel/vacentral": "~2.0",
"nwidart/laravel-modules": "^8.2.0",
"nabeel/vacentral": "~2.1.0",
"nwidart/laravel-modules": "^9.0.0",
"php-units-of-measure/php-units-of-measure": "~2.1.0",
"phpvms/sample-module": "^1.0",
"pragmarx/version": ">=v1.2.3",
"prettus/l5-repository": "~2.7.0",
"santigarcor/laratrust": "~6.3.0",
"prettus/l5-repository": "~2.8.0",
"santigarcor/laratrust": "~7.0.0",
"semver/semver": "~1.1.0",
"spatie/valuestore": "~1.2.0",
"symfony/polyfill-iconv": "~1.22.0",
"spatie/valuestore": "~1.3.1",
"tivie/php-os-detector": "~1.1.0",
"vlucas/phpdotenv": "^5.3.0",
"webpatser/laravel-uuid": "~4.0",
"vlucas/phpdotenv": "^5.4.1",
"webpatser/laravel-uuid": "^4.0.1",
"oomphinc/composer-installers-extender": "^2.0",
"laravel/ui": "^3.2.0",
"laravel/ui": "^3.4.5",
"madnest/madzipper": "^1.1.0",
"elcobvg/laravel-opcache": "^0.4.1",
"laravel/legacy-factories": "^1.1",
"fakerphp/faker": "^v1.14",
"wildbit/swiftmailer-postmark": "^3.3",
"queueworker/sansdaemon": "^1.2",
"jpkleemans/attribute-events": "^1.1",
"akaunting/laravel-money": "^1.2",
"staudenmeir/belongs-to-through": "^2.5",
"staudenmeir/eloquent-has-many-deep": "1.14.3"
"fakerphp/faker": "^v1.19.0",
"queueworker/sansdaemon": "^1.2.4",
"jpkleemans/attribute-events": "^1.3.0",
"akaunting/laravel-money": "^2.0.1",
"staudenmeir/belongs-to-through": "^v2.12",
"staudenmeir/eloquent-has-many-deep": "1.15",
"spatie/laravel-ignition": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.5",
"barryvdh/laravel-ide-helper": "^2.10",
"bpocallaghan/generators": "~7.0",
"filp/whoops": "~2.0",
"friendsofphp/php-cs-fixer": "^3.3",
"mockery/mockery": "^1.4.0",
"nunomaduro/collision": "^5.3.0",
"phpunit/phpunit": "~9.0",
"sempro/phpunit-pretty-print": "^1.2"
"barryvdh/laravel-debugbar": "^3.6.7",
"filp/whoops": "~2.14.5",
"friendsofphp/php-cs-fixer": "^3.6.0",
"mockery/mockery": "^1.5.0",
"nunomaduro/collision": "^v6.1.0",
"phpunit/phpunit": "~9.5.14",
"sempro/phpunit-pretty-print": "^1.4.0"
},
"autoload": {
"classmap": [
@@ -119,7 +106,7 @@
},
"module-dir": "modules",
"symfony": {
"require": "^5.4"
"require": "^6.0"
}
},
"scripts": {
@@ -140,6 +127,12 @@
]
},
"config": {
"bin-dir": "vendor/bin/"
"bin-dir": "vendor/bin/",
"allow-plugins": {
"composer/installers": true,
"joshbrw/laravel-module-installer": true,
"oomphinc/composer-installers-extender": true,
"symfony/flex": true
}
}
}