|
1 | 1 | { |
2 | | - "name": "lukepolo/laracart", |
3 | | - "description": "A simple cart for Laravel", |
4 | | - "keywords": [ |
5 | | - "laravel", |
6 | | - "cart", |
7 | | - "shopping", |
8 | | - "shopping cart" |
9 | | - ], |
10 | | - "homepage": "https://github.com/lukepolo/laracart", |
11 | | - "license": "MIT", |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "Luke Policinski", |
15 | | - "email": "Luke@LukePOLO.com", |
16 | | - "homepage": "http://LukePOLO.com" |
17 | | - } |
18 | | - ], |
19 | | - "require": { |
20 | | - "php": "^8.2", |
21 | | - "ext-intl": "*", |
22 | | - "illuminate/support": "^11.0 || ^12.0", |
23 | | - "illuminate/session": "^11.0 || ^12.0", |
24 | | - "illuminate/events": "^11.0 || ^12.0" |
25 | | - }, |
26 | | - "require-dev": { |
27 | | - "phpunit/phpunit": "^10.5 || ^11.5.3", |
28 | | - "orchestra/testbench": "^10.0", |
29 | | - "mockery/mockery": "^1.0", |
30 | | - "phpunit/php-code-coverage": "^11.0" |
31 | | - }, |
32 | | - "autoload": { |
33 | | - "psr-4": { |
34 | | - "LukePOLO\\LaraCart\\": "src/" |
35 | | - } |
36 | | - }, |
37 | | - "autoload-dev": { |
38 | | - "psr-4": { |
39 | | - "LukePOLO\\LaraCart\\Tests\\": "tests" |
40 | | - } |
41 | | - }, |
42 | | - "extra": { |
43 | | - "laravel": { |
44 | | - "providers": [ |
45 | | - "LukePOLO\\LaraCart\\LaraCartServiceProvider" |
46 | | - ], |
47 | | - "aliases": { |
48 | | - "LaraCart": "LukePOLO\\LaraCart\\Facades\\LaraCart" |
49 | | - } |
50 | | - } |
51 | | - }, |
52 | | - "minimum-stability": "stable" |
| 2 | + "name": "lukepolo/laracart", |
| 3 | + "description": "A simple cart for Laravel", |
| 4 | + "keywords": [ |
| 5 | + "laravel", |
| 6 | + "cart", |
| 7 | + "shopping", |
| 8 | + "shopping cart" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/lukepolo/laracart", |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Luke Policinski", |
| 15 | + "email": "Luke@LukePOLO.com", |
| 16 | + "homepage": "http://LukePOLO.com" |
| 17 | + } |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": "^8.2", |
| 21 | + "ext-intl": "*", |
| 22 | + "illuminate/support": "^11.0 || ^12.0", |
| 23 | + "illuminate/session": "^11.0 || ^12.0", |
| 24 | + "illuminate/events": "^11.0 || ^12.0" |
| 25 | + }, |
| 26 | + "require-dev": { |
| 27 | + "phpunit/phpunit": "^10.5 || ^11.5.3", |
| 28 | + "orchestra/testbench": "^10.0", |
| 29 | + "mockery/mockery": "^1.0", |
| 30 | + "phpunit/php-code-coverage": "^11.0" |
| 31 | + }, |
| 32 | + "autoload": { |
| 33 | + "psr-4": { |
| 34 | + "LukePOLO\\LaraCart\\": "src/" |
| 35 | + } |
| 36 | + }, |
| 37 | + "autoload-dev": { |
| 38 | + "psr-4": { |
| 39 | + "LukePOLO\\LaraCart\\Tests\\": "tests" |
| 40 | + } |
| 41 | + }, |
| 42 | + "extra": { |
| 43 | + "laravel": { |
| 44 | + "providers": [ |
| 45 | + "LukePOLO\\LaraCart\\LaraCartServiceProvider" |
| 46 | + ], |
| 47 | + "aliases": { |
| 48 | + "LaraCart": "LukePOLO\\LaraCart\\Facades\\LaraCart" |
| 49 | + } |
| 50 | + } |
| 51 | + }, |
| 52 | + "minimum-stability": "stable" |
53 | 53 | } |
0 commit comments