mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
add transtion tests
This commit is contained in:
+10
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user