|
1 | 1 | {
|
2 |
| - "name": "cloudinary-labs/cloudinary-laravel", |
3 |
| - "description": "A Laravel Cloudinary Package", |
4 |
| - "license": "MIT", |
5 |
| - "authors": [ |
6 |
| - { |
7 |
| - "name": "Prosper Otemuyiwa", |
8 |
| - "email": "prosperotemuyiwa@gmail.com", |
9 |
| - "homepage": "https://github.com/unicodeveloper" |
10 |
| - } |
11 |
| - ], |
12 |
| - "homepage": "https://github.com/cloudinary-labs/cloudinary-laravel", |
13 |
| - "keywords": [ |
14 |
| - "Laravel", |
15 |
| - "cloudinary-laravel", |
16 |
| - "File Uploads", |
17 |
| - "Media Management", |
18 |
| - "Cloudinary", |
19 |
| - "File Transformations" |
20 |
| - ], |
21 |
| - "require": { |
22 |
| - "php": ">=7.2", |
23 |
| - "illuminate/support": "~6|~7|~8|^9.0|^10.0|^11.0", |
24 |
| - "cloudinary/cloudinary_php": "^2.0", |
25 |
| - "ext-json": "*" |
26 |
| - }, |
27 |
| - "require-dev": { |
28 |
| - "phpunit/phpunit": "^8.0|^9.5.10|^10.0|^11.0", |
29 |
| - "mockery/mockery": "^1.1", |
30 |
| - "orchestra/testbench": "~4|~5|~6|^7.0|^8.0|^9.0", |
31 |
| - "sempro/phpunit-pretty-print": "^1.0" |
32 |
| - }, |
33 |
| - "autoload": { |
34 |
| - "psr-4": { |
35 |
| - "CloudinaryLabs\\CloudinaryLaravel\\": "src/" |
36 |
| - }, |
37 |
| - "files": [ |
38 |
| - "src/Support/helpers.php" |
39 |
| - ] |
40 |
| - }, |
41 |
| - "autoload-dev": { |
42 |
| - "psr-4": { |
43 |
| - "CloudinaryLabs\\CloudinaryLaravel\\Tests\\": "tests" |
44 |
| - } |
| 2 | + "name": "cloudinary-labs/cloudinary-laravel", |
| 3 | + "description": "A Laravel Cloudinary Package", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Prosper Otemuyiwa", |
| 8 | + "email": "prosperotemuyiwa@gmail.com", |
| 9 | + "homepage": "https://github.com/unicodeveloper" |
| 10 | + } |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/cloudinary-labs/cloudinary-laravel", |
| 13 | + "keywords": [ |
| 14 | + "Laravel", |
| 15 | + "cloudinary-laravel", |
| 16 | + "File Uploads", |
| 17 | + "Media Management", |
| 18 | + "Cloudinary", |
| 19 | + "File Transformations" |
| 20 | + ], |
| 21 | + "scripts": { |
| 22 | + "test": "pest" |
| 23 | + }, |
| 24 | + "require": { |
| 25 | + "php": ">=7.2", |
| 26 | + "illuminate/support": "~6|~7|~8|^9.0", |
| 27 | + "cloudinary/cloudinary_php": "^2.0", |
| 28 | + "ext-json": "*" |
| 29 | + }, |
| 30 | + "require-dev": { |
| 31 | + "mockery/mockery": "^1.1", |
| 32 | + "orchestra/testbench": "~4|~5|~6", |
| 33 | + "sempro/phpunit-pretty-print": "^1.0", |
| 34 | + "pestphp/pest": "^1.23" |
| 35 | + }, |
| 36 | + "autoload": { |
| 37 | + "psr-4": { |
| 38 | + "CloudinaryLabs\\CloudinaryLaravel\\": "src/" |
45 | 39 | },
|
46 |
| - "extra": { |
47 |
| - "laravel": { |
48 |
| - "providers": [ |
49 |
| - "CloudinaryLabs\\CloudinaryLaravel\\CloudinaryServiceProvider" |
50 |
| - ], |
51 |
| - "aliases": { |
52 |
| - "Cloudinary": "CloudinaryLabs\\CloudinaryLaravel\\Facades\\Cloudinary" |
53 |
| - } |
54 |
| - } |
| 40 | + "files": [ |
| 41 | + "src/Support/helpers.php" |
| 42 | + ] |
| 43 | + }, |
| 44 | + "autoload-dev": { |
| 45 | + "psr-4": { |
| 46 | + "Tests\\": "tests" |
| 47 | + } |
| 48 | + }, |
| 49 | + "extra": { |
| 50 | + "laravel": { |
| 51 | + "providers": [ |
| 52 | + "CloudinaryLabs\\CloudinaryLaravel\\CloudinaryServiceProvider" |
| 53 | + ], |
| 54 | + "aliases": { |
| 55 | + "Cloudinary": "CloudinaryLabs\\CloudinaryLaravel\\Facades\\Cloudinary" |
| 56 | + } |
| 57 | + } |
| 58 | + }, |
| 59 | + "config": { |
| 60 | + "allow-plugins": { |
| 61 | + "pestphp/pest-plugin": true |
55 | 62 | }
|
| 63 | + } |
56 | 64 | }
|
0 commit comments