Skip to content

Commit

Permalink
add minimum stability, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
expclonne101 committed Jun 21, 2020
1 parent d53e4af commit 6d07fee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
* Add in tests
* Add in Nullable and Validate rules
* Bug Fixes
* Code Cleanups
* Code Cleanups
---
## Changes - 21/06/2020 - Jeffery Osei
* Update composer.json
* Add package versions and minimum stability
* Create branch for version 1.0.0
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A request filtering and sanitization package with custom validations",
"type": "library",
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Jeffery Osei",
Expand All @@ -16,6 +17,7 @@
"scripts": {
"test": "phpunit"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Expay\\Refine\\": "src/",
Expand Down

0 comments on commit 6d07fee

Please sign in to comment.