fix: change package name for now

This commit is contained in:
Aerex 2018-10-28 12:07:57 -05:00
parent 2c9d1b1159
commit ada2cfcbe5
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "davidbadura/taskwarrior",
"name": "aerex/taskwarrior",
"description": "a php lib for taskwarrior",
"keywords": [
"task",
@ -12,12 +12,16 @@
{
"name": "David Badura",
"email": "d.badura@gmx.de"
},
{
"name": "Aerex",
"email": "aerex@aerex.me"
}
],
"require": {
"php": ">=5.5",
"symfony/process": "^2.5",
"jms/serializer": "2.0.0-RC1",
"jms/serializer": "^1.13",
"phpoption/phpoption": "^1.3",
"symfony/filesystem": "^2.3",
"nesbot/carbon": "^1.14",