Skip to content

Commit

Permalink
upgrade to Laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
husam-tariq committed Sep 22, 2023
1 parent e112fc4 commit e720170
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 280 deletions.
37 changes: 28 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "husam-tariq/auto-translator",
"description": "Google Translation for Laravel",
"version": "1.1",
"license": "MIT",
"authors": [
{
"name": "Husam Tariq",
"email": "hu22am1@gmail.com"
}
],
"homepage": "https://github.com/husam-tariq/auto-translator",
"license": "MIT",
"authors": [
{
"name": "Hussam Tariq",
"email": "hu22am1@gmail.com",
"role": "Developer"
}
],

"require": {
"php": "^8.1",
"illuminate/support": "10.x",
Expand All @@ -18,5 +20,22 @@
"psr-4": {
"HusamTariq\\autoTranslator\\": "src"
}
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"HusamTariq\\autoTranslator\\ServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit e720170

Please sign in to comment.