Skip to content

Commit

Permalink
Formatted some code base and changed minimum php version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiruzzamanAkash committed Nov 6, 2021
1 parent 334e872 commit eda938a
Show file tree
Hide file tree
Showing 5 changed files with 1,716 additions and 9 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Let's see inside of this.


## Requirement
**Requires PHP:** 5.6
**Requires PHP:** 7.1 or later

**Stable tag:** 0.0.5
**Stable tag:** 0.0.6


## How to install
Expand Down Expand Up @@ -61,6 +61,8 @@ $sanitize->attr($string);
//Output: https:://devsenv.com
```

#### More is coming...

## Release Notes:

#### Release version `0.0.5`
Expand All @@ -84,3 +86,6 @@ $sanitize->attr($string);
## License
The Library is open-sourced software licensed under the <a href="https://opensource.org/licenses/MIT">MIT license</a>.

## Support
Do you wanna support me to buy a coffee? Please be one of my patreon -
https://www.patreon.com/maniruzzaman
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=7.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -23,5 +23,8 @@
"files": [
"src/functions.php"
]
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}
Loading

0 comments on commit eda938a

Please sign in to comment.