Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 8fb7ec1

Browse files
author
David Yell
committed
Added Composer support
1 parent ffca581 commit 8fb7ec1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "davidyell/nice-admin-bake-scripts",
3+
"type": "cakephp-plugin",
4+
"description": "Updated bake scripts to use the davidyell/NiceAdmin helpers and also add some tags for Twitter Bootstrap 2.",
5+
"homepage": "https://github.com/davidyell/CakePHP-NiceAdminBakeScripts.git",
6+
"license": "GPL-3.0",
7+
"authors":
8+
[
9+
{
10+
"name": "David Yell",
11+
"email": "neon1024@gmail.com",
12+
"homepage": "http://neon1024.wordpress.com/",
13+
"role": "Developer"
14+
}
15+
],
16+
"require": {
17+
"composer/installers": "*"
18+
}
19+
}

0 commit comments

Comments
 (0)