Skip to content

Commit

Permalink
Version bump for Laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Sep 9, 2020
1 parent 3947d98 commit 2f9064f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -244,7 +244,7 @@ extract_inline_img("<img src='data:image/jpeg;base64,...>", '/var/www/htdocs/lar
* MIT, see [LICENSE](https://github.com/repat/laravel-helper/blob/master/LICENSE)
## Version
* Version 0.2.3
* Version 0.3
## Contact
#### repat
Expand Down
6 changes: 3 additions & 3 deletions composer.json
@@ -1,15 +1,15 @@
{
"name": "repat/laravel-helper",
"description": "Some helper function for developing applications with Laravel 5.x",
"description": "Some helper function for developing with Laravel 5+",
"keywords": ["laravel", "helper", "files", "array", "database", "strings", "date"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.2.3",
"version" : "0.3",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"illuminate/database": "5.*|6.*|7.*",
"illuminate/database": "5.*|6.*|7.*|8.*",
"php": ">=7.2",
"repat/php-helper": "^0.1.15"
},
Expand Down

0 comments on commit 2f9064f

Please sign in to comment.