Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Fix #69 - remove strtolower() call on file path
Browse files Browse the repository at this point in the history
Revert #66 - unwanted side effect
  • Loading branch information
junlarsen committed Oct 24, 2019
1 parent 294fe25 commit e7b415e
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 173 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"php": "^7.1",
"ext-json": "*",
"guzzlehttp/guzzle": "6.3.3",
"symfony/dotenv": "4.3.4",
"nesbot/carbon": "2.25.0",
"guzzlehttp/guzzle": "^6.3.3",
"symfony/dotenv": "^4.3.4",
"nesbot/carbon": "^2.25.0",
"psr/cache": "1.0.1",
"symfony/cache": "4.3.4",
"symfony/cache": "^4.3.4",
"league/flysystem": "^1.0",
"illuminate/support": "5.8.*",
"psr/log": "^1.1"
"illuminate/support": "^5.8",
"psr/log": "1.1"
},
"require-dev": {
"phpunit/phpunit": "8.4.0",
Expand Down
Loading

0 comments on commit e7b415e

Please sign in to comment.