-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 777 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 777 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
{
"name": "picas/wp-basic-bootstrap",
"description": "WP Basic Bootstrap is a full 101 Wordpress theme built with the Bootstrap framework and the Font Awesome images font",
"type": "wordpress-theme",
"keywords": [ "wordpress", "bootstrap", "fontawesome", "theme" ],
"homepage": "https://github.com/e-picas/wp-basic-bootstrap",
"license": [ "GPL-3.0+", "proprietary" ],
"authors": [{
"name": "Pierre Cassat",
"homepage": "http://picas.fr"
}],
"require": {
"php": ">=5.3.3",
"composer/installers": "1.0.*@dev"
},
"require-dev": {
"fabpot/php-cs-fixer": "@stable"
},
"scripts": {
"cs-fixer": "php ./vendor/bin/php-cs-fixer fix . --level=psr2 -v"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.*-dev"
}
}
}