feat: upgrade dependencies and test symfony 6.2 support

This commit is contained in:
KHOUBZA Younes
2022-11-30 21:13:03 +01:00
committed by Khoubza Younes
parent 3c68fd5b01
commit 8eb49c5d23
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ jobs:
strategy:
fail-fast: true
matrix:
symfony: [ 6.1.*, 6.0.*, 5.4.*, 5.3.*, 5.2.*, 5.1.*, 5.0.*, 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.8.*, 2.7.*, 2.6.*, 2.5.*, 2.4.*, 2.3.*, 2.2.*, 2.1.*, 2.0.* ]
symfony: [ 6.2.*, 6.1.*, 6.0.*, 5.4.*, 5.3.*, 5.2.*, 5.1.*, 5.0.*, 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.8.*, 2.7.*, 2.6.*, 2.5.*, 2.4.*, 2.3.*, 2.2.*, 2.1.*, 2.0.* ]
include:
- { symfony: 6.2.*, php: 8.1, phpunit: 9.5.* }
- { symfony: 6.1.*, php: 8.1, phpunit: 9.5.* }
- { symfony: 6.0.*, php: 8.0, phpunit: 9.5.* }
- { symfony: 5.4.*, php: 7.2, phpunit: 8.3.* }
+5 -5
View File
@@ -19,13 +19,13 @@
"ext-mbstring": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"laravel/framework": "^9.19",
"friendsofphp/php-cs-fixer": "^3.13",
"laravel/framework": "^9.42",
"livewire/livewire": "^2.10",
"orchestra/testbench": "^7.6",
"phpstan/phpstan": "^1.8",
"orchestra/testbench": "^7.15",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symfony/symfony": "^6.1"
"symfony/symfony": "^6.2"
},
"autoload": {
"files": [