Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 25, 2017
1 parent 5bea4f3 commit 8d9da3a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,23 @@
}
],
"version": "1.0.0alpha1",
"time": "2016-01-13",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3"
"php": "^5.3 || ^7"
},
"replace": {
"pear-pear.horde.org/pastie": "1.*",
"pear-horde/pastie": "1.*"
},
"autoload": {
"psr-0": {
"Pastie": "lib/"
}
}
}

0 comments on commit 8d9da3a

Please sign in to comment.