Skip to content

Commit

Permalink
Remove min stability
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Jun 25, 2018
1 parent 0e2189a commit 9afcf04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "php-brasil/collection",
"description": "",
"type": "library",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"minimum-stability": "dev",
"require": {},
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"PhpBrasil\\Collection\\": "src/"
Expand Down

0 comments on commit 9afcf04

Please sign in to comment.