-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
30 lines (30 loc) · 860 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
{
"name": "curiosity26/odataquery",
"description": "A library of PHP Classes that allow for OData queries to be easily built and extended for appending to a URL Request to an API supporting OData server-side.",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "GPL-2.0",
"version": "1.0.4",
"time": "2015-04-23",
"authors": [
{
"name": "Alex Boyce",
"email": "curiosity@gmail.com",
"homepage": "http://www.alex-boyce.me/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/curiosity26/ODataQuery-PHP/issues",
"wiki": "https://github.com/curiosity26/ODataQuery-PHP/wiki",
"source": "https://github.com/curiosity26/ODataQuery-PHP"
},
"autoload" : {
"psr-4": {
"ODataQuery\\" : "src/"
}
},
"require-dev": {
"phpunit/phpunit": "4-stable"
}
}