-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 908 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 908 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
31
{
"name": "brain/cortex-plugin",
"description": "Cortex is a plugin that implements a routing system in WordPress.",
"type": "wordpress-plugin",
"keywords": ["wordpress"],
"homepage": "https://github.com/Brain-WP/Cortex-Plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Giuseppe Mazzapica",
"email": "giuseppe.mazzapica@gmail.com",
"homepage": "http://gm.zoomlab.it",
"role": "Developer"
}
],
"require": {
"php": ">=5.4",
"brain/brain": "~0.1.0",
"brain/support": "~0.1.0",
"brain/amygdala": "~0.1.0",
"brain/striatum": "~0.1.0",
"symfony/routing": "2.*",
"brain/cortex": "~0.1.0",
"composer/installers": "~1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true
}
}