Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmm committed Apr 19, 2022
1 parent 8fc7cf3 commit cd3063d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "danielcmm/dutils",
"type": "library",
"version" : "1.5.3",
"version" : "1.5.4",
"description": "Simple Utility Classes",
"keywords": ["utility","currency","date","environment","address","file"],
"homepage": "https://github.com/danielcmm/DUtils",
Expand All @@ -15,11 +15,11 @@
}
],
"require": {
"php": "^7.3.0|^8.0",
"laravel/framework": "^7.0|^8.40.0"
"php": ">=7.3.0",
"laravel/framework": ">=7.0"
},
"require-dev" : {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": ">=9.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit cd3063d

Please sign in to comment.