Skip to content

Commit

Permalink
Update composer.json: at least php 5.4 is required, and updates descr…
Browse files Browse the repository at this point in the history
…iption
  • Loading branch information
JorisDebonnet committed Oct 4, 2017
1 parent f0fec6b commit 2c24567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funkytime/yuki",
"description": "A php connector for Yuki's Sales API (subset), intended to create Sales Invoices.",
"description": "A php connector for Yuki's Sales and Accounting API (subsets), intended to create Sales Invoices and get back payment status.",
"license": "MIT",
"authors": [
{
Expand All @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.4 || ^7.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 2c24567

Please sign in to comment.