-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 940 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 940 Bytes
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
{
"name": "brianfreytag/ultipro-sdk-php-bundle",
"description": "A Symfony bundle for v2 of the Ultipro SDK for PHP (Unofficial) Library",
"type": "symfony-bundle",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Brian Freytag",
"email": "brian@brianfreytag.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"brianfreytag/ultipro-sdk-php": "^2.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
"Ultipro\\UltiproBundle\\": ""
}
}
}