forked from all-ride/ride-web-cms-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.05 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
{
"name": "ride/web-cms-orm",
"description": "ORM integration with the CMS application of the Ride framework",
"license": "MIT",
"version": "0.23.0",
"authors": [
{
"name": "Joris Vandeweerd",
"email": "[email protected]"
}
],
"require": {
"ride/app-orm": ">=0.2.0",
"ride/lib-cms": ">=0.15.14",
"ride/lib-common": ">=0.4.0",
"ride/lib-event": ">=0.3.2",
"ride/lib-form": ">=0.10.0",
"ride/lib-html": ">=0.1.1",
"ride/lib-http": ">=0.2.1",
"ride/lib-i18n": ">=0.1.0",
"ride/lib-mvc": ">=0.2.1",
"ride/lib-orm": ">=0.8.1",
"ride/lib-router": ">=0.1.3",
"ride/lib-template": ">=0.3.0",
"ride/lib-validation": ">=0.4.0",
"ride/lib-widget": ">=0.1.1",
"ride/web-base": ">=0.4.0",
"ride/web-cms": ">=0.16.0",
"ride/web-cms-widgets": ">=0.18.0",
"ride/web-orm": ">=0.5.0"
},
"autoload": {
"psr-0": {
"ride\\web\\cms\\": ["src/"]
}
}
}