Skip to content

Commit

Permalink
revert localisation version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kontoulis committed Mar 15, 2022
1 parent 819eb6c commit 2466a99
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "[email protected]:kontoulis/localisation.git"
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0",
"illuminate/database": "^8.0",
"tectonic/localisation": "dev-feature/translated-property-setter"
"tectonic/localisation": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
Expand Down

0 comments on commit 2466a99

Please sign in to comment.