-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
46 lines (46 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "itprism/prism-library",
"description": "Prism library used in all ITPrism projects.",
"keywords": ["library", "composer", "package", "joomla", "laravel"],
"license": "GPL-3.0",
"authors": [
{
"name": "Todor Iliev",
"email": "[email protected]"
}
],
"type": "library",
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"abraham/twitteroauth": "^0.7.4",
"adam-paterson/oauth2-stripe": "^2.0",
"ramsey/uuid": "^3.6",
"aws/aws-sdk-php": "^3.31",
"nesbot/carbon": "^1.22",
"defuse/php-encryption": "^2.1",
"hashids/hashids": "^2.0",
"league/fractal": "^0.16.0",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"facebook/graph-sdk": "^5.5",
"google/apiclient": "^2.2",
"ircmaxell/random-lib": "^1.2",
"webonyx/graphql-php": "^0.10.2",
"stripe/stripe-php": "^5.1",
"wepay/php-sdk": "^0.3.1",
"paypal/adaptivepayments-sdk-php": "^3.9",
"authorizenet/authorizenet": "~1.9",
"mollie/mollie-api-php": "1.9.*"
},
"require-dev": {
"phpunit/phpunit": "5.2.*",
"joomla/registry": "~1.0",
"joomla/utilities": "~1.0"
},
"autoload": {
"psr-4": {
"Prism\\": "src/"
}
}
}