Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "tectonic/laravel-localisation",
"description": "A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.",
"authors": [
{
"name": "Kirk Bushell",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4|^8.0|^8.2",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
"tectonic/localisation": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "*",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"Tectonic\\LaravelLocalisation\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
"name": "tectonic/laravel-localisation",
"description": "A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.",
"authors": [
{
"name": "Kirk Bushell",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4|^8.0|^8.2",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
"tectonic/localisation": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "*",
"phpunit/phpunit": "^9.0|^11.5.3"
},
"autoload": {
"psr-4": {
"Tectonic\\LaravelLocalisation\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}