|
1 | 1 | { |
2 | 2 | "name": "dragon-code/laravel-actions", |
3 | 3 | "description": "Performing actions with saving the list of called files", |
4 | | - "type": "library", |
5 | 4 | "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 | + ], |
7 | 16 | "authors": [ |
8 | 17 | { |
9 | 18 | "name": "Andrey Helldar", |
|
15 | 24 | "source": "https://github.com/TheDragonCode/laravel-actions" |
16 | 25 | }, |
17 | 26 | "require": { |
18 | | - "php": "^7.3|^8.0", |
| 27 | + "php": "^7.3 || ^8.0", |
19 | 28 | "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" |
24 | 33 | }, |
25 | 34 | "require-dev": { |
26 | 35 | "dragon-code/laravel-support": "^3.1", |
27 | 36 | "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" |
31 | 40 | }, |
32 | 41 | "conflict": { |
33 | 42 | "andrey-helldar/laravel-actions": "*" |
34 | 43 | }, |
| 44 | + "minimum-stability": "stable", |
| 45 | + "prefer-stable": true, |
35 | 46 | "autoload": { |
36 | 47 | "psr-4": { |
37 | 48 | "DragonCode\\LaravelActions\\": "src" |
|
46 | 57 | "preferred-install": "dist", |
47 | 58 | "sort-packages": true |
48 | 59 | }, |
49 | | - "minimum-stability": "stable", |
50 | | - "prefer-stable": true, |
51 | 60 | "extra": { |
52 | 61 | "laravel": { |
53 | 62 | "providers": [ |
|
0 commit comments