Skip to content

Commit b47330b

Browse files
author
Resubaka
committed
Fixed problem for composer require
The problem was that the version of the tag and the version in composer json are not the same in tag 3.1 so it couldn't get found by composer.
1 parent 09f5669 commit b47330b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["laravel", "formatter", "data", "convert", "csv", "xml", "yaml"],
66
"homepage": "http://github.com/SoapBox/laravel-formatter",
77
"license": "MIT",
8-
"version": "3.0",
8+
"version": "3.1.1",
99
"authors": [
1010
{
1111
"name": "Graham McCarthy",

0 commit comments

Comments
 (0)