add transtion tests

This commit is contained in:
KHOUBZA Younes
2022-05-27 15:13:04 +01:00
parent 50050c6865
commit ac0a0953fd
6 changed files with 78 additions and 16 deletions
+10 -11
View File
@@ -13,19 +13,9 @@
],
"require": {
"php": ">=5.3",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"laravel/laravel": "^9.1",
"livewire/livewire": "^2.10",
"orchestra/testbench": "^7.5",
"phpstan/phpstan": "^1.6",
"phpunit/phpunit": "^9.5",
"symfony/symfony": "^6.1"
},
"autoload": {
"files": [
"src/Cli/Laravel/notify.php",
@@ -114,5 +104,14 @@
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
"prefer-stable": true,
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"laravel/framework": "^9.14",
"livewire/livewire": "^2.10",
"orchestra/testbench": "^7.5",
"phpstan/phpstan": "^1.7",
"phpunit/phpunit": "^9.5",
"symfony/symfony": "^6.1"
}
}