Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zymawy committed Feb 12, 2019
1 parent e15877c commit fd41a27
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,41 @@
"eloquent",
"unique"
],
"homepage": "https://github.com/zymawy/arabify",
"license": "MIT",
"authors": [
{
"name": "Ben-Piet O'Callaghan",
"email": "bpocallaghan@gmail.com",
"homepage": "http://bpocallaghan.co.za",
"role": "Developer"
},
{
"name": "Hamza Zymawy",
"email": "zymawy@gmail.com",
"homepage": "http://zymawy.com",
"role": "Developer"
},
{
"name": "Ben-Piet O'Callaghan",
"email": "bpocallaghan@gmail.com",
"homepage": "http://bpocallaghan.co.za",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4"
"php": ">=5.6.4",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
},
"autoload": {
"psr-4": {
"Zymawy\\Arabify\\": "src/"
}
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Zymawy\\Arabify\\ArabifyServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit fd41a27

Please sign in to comment.