Skip to content

Commit cef3106

Browse files
added simple documentation for first release
1 parent 3f0246c commit cef3106

File tree

13 files changed

+1608
-51
lines changed

13 files changed

+1608
-51
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
_build
2+
_static
3+
4+
*.iml
5+
.idea

bundles/GearmanTaskBundle.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

bundles/PHPTaskBundle.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

bundles/TaskBundle.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

demo/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
vendor
2+
3+
images/thumbnails

demo/composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "php-task/demo",
3+
"type": "demo",
4+
"require": {
5+
"php-task/task-bundle": "1.0.x-dev@dev",
6+
"php-task/php-task": "@dev"
7+
},
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Johannes Wachter",
12+
"email": "johannes.wachter@massiveart.at"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)