-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
36 lines (36 loc) · 922 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "orchestra/imagine",
"description": "Imagine (Wrapper) Component for Laravel",
"keywords": ["orchestra-platform", "orchestral", "laravel", "image-manipulation", "image"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "[email protected]",
"homepage": "https://github.com/crynobone"
}
],
"require": {
"php": "^7.3 || ^8.0",
"imagine/imagine": "^1.2",
"orchestra/support-core": "^6.0",
"orchestra/support-providers": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^6.19"
},
"autoload": {
"psr-4": {
"Orchestra\\Imagine\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}