Upgraded symfony and illuminate packages
This commit is contained in:
parent
d455b95f5d
commit
2fab7ba39a
|
@ -30,9 +30,9 @@
|
|||
"gettext/gettext": "^5.4",
|
||||
"gettext/translator": "^1.0",
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
"illuminate/container": "5.8.*",
|
||||
"illuminate/database": "5.8.*",
|
||||
"illuminate/support": "5.8.*",
|
||||
"illuminate/container": "^7.6",
|
||||
"illuminate/database": "^7.6",
|
||||
"illuminate/support": "^7.6",
|
||||
"nikic/fast-route": "^1.3",
|
||||
"nyholm/psr7": "^1.1",
|
||||
"psr/container": "^1.0",
|
||||
|
@ -40,17 +40,17 @@
|
|||
"psr/log": "^1.1",
|
||||
"respect/validation": "^1.1",
|
||||
"swiftmailer/swiftmailer": "^6.2",
|
||||
"symfony/http-foundation": "^4.3",
|
||||
"symfony/psr-http-message-bridge": "^1.2",
|
||||
"symfony/http-foundation": "^5.0",
|
||||
"symfony/psr-http-message-bridge": "^2.0",
|
||||
"twig/twig": "^3.0",
|
||||
"vlucas/phpdotenv": "^3.3"
|
||||
"vlucas/phpdotenv": "^4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"dms/phpunit-arraysubset-asserts": "^0.2.0",
|
||||
"filp/whoops": "^2.3",
|
||||
"phpunit/phpunit": "^9.1",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/var-dumper": "^4.3"
|
||||
"symfony/var-dumper": "^5.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Reference in New Issue