Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Remove helpers. Closed #65
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 12, 2020
1 parent 8db02bb commit a2f9e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
"overtrue"
],
"require": {
"laravel-lang/lang": "~7.0",
"laravel-lang/lang": "^7.0",
"symfony/process": "^5.0.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Overtrue\\LaravelLang\\": "src/"
},
"files": ["src/helpers.php"]
}
},
"license": "MIT",
"authors": [
Expand Down
38 changes: 0 additions & 38 deletions src/helpers.php

This file was deleted.

0 comments on commit a2f9e02

Please sign in to comment.