Skip to content

Commit 73d70e0

Browse files
author
Andrey Helldar
authored
Merge pull request #19 from TheDragonCode/2.x
Normalize `composer.json`
2 parents 5f493c1 + ad01121 commit 73d70e0

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

composer.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"name": "dragon-code/laravel-actions",
33
"description": "Performing actions with saving the list of called files",
4-
"type": "library",
54
"license": "MIT",
6-
"keywords": ["laravel", "migration", "migrations", "action", "actions", "dragon-code", "dragon", "andrey-helldar"],
5+
"type": "library",
6+
"keywords": [
7+
"laravel",
8+
"migration",
9+
"migrations",
10+
"action",
11+
"actions",
12+
"dragon-code",
13+
"dragon",
14+
"andrey-helldar"
15+
],
716
"authors": [
817
{
918
"name": "Andrey Helldar",
@@ -15,23 +24,25 @@
1524
"source": "https://github.com/TheDragonCode/laravel-actions"
1625
},
1726
"require": {
18-
"php": "^7.3|^8.0",
27+
"php": "^7.3 || ^8.0",
1928
"dragon-code/contracts": "^2.9",
20-
"illuminate/console": "^6.0|^7.0|^8.0",
21-
"illuminate/database": "^6.0|^7.0|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0",
23-
"symfony/console": "^4.3|^5.0"
29+
"illuminate/console": "^6.0 || ^7.0 || ^8.0",
30+
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
31+
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
32+
"symfony/console": "^4.3 || ^5.0"
2433
},
2534
"require-dev": {
2635
"dragon-code/laravel-support": "^3.1",
2736
"mockery/mockery": "^1.3.1",
28-
"orchestra/testbench": "^4.0|^5.0|^6.0",
29-
"phpunit/phpunit": "^8.0|^9.0",
30-
"ramsey/uuid": "^3.7|^4.0"
37+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
38+
"phpunit/phpunit": "^8.0 || ^9.0",
39+
"ramsey/uuid": "^3.7 || ^4.0"
3140
},
3241
"conflict": {
3342
"andrey-helldar/laravel-actions": "*"
3443
},
44+
"minimum-stability": "stable",
45+
"prefer-stable": true,
3546
"autoload": {
3647
"psr-4": {
3748
"DragonCode\\LaravelActions\\": "src"
@@ -46,8 +57,6 @@
4657
"preferred-install": "dist",
4758
"sort-packages": true
4859
},
49-
"minimum-stability": "stable",
50-
"prefer-stable": true,
5160
"extra": {
5261
"laravel": {
5362
"providers": [

0 commit comments

Comments
 (0)