Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 193de5a commit 26055b2
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "lukeraymonddowning/honey",
"description": "Reduce spam on your Laravel site.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "luke",
"email": "lukeraymonddowning@gmail.com"
}
],
"scripts": {
"test": "php vendor/bin/phpunit"
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.49|^10.0",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"livewire/livewire": "^2.11"
},
"autoload": {
"psr-4": {
"Lukeraymonddowning\\Honey\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Lukeraymonddowning\\Honey\\Tests\\": "tests",
"Lukeraymonddowning\\Honey\\Tests\\Factories\\": "database/factories"
}
},
"extra": {
"laravel": {
"providers": [
"Lukeraymonddowning\\Honey\\Providers\\HoneyServiceProvider"
],
"aliases": {
"Honey": "Lukeraymonddowning\\Honey\\Facades\\Honey"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "lukeraymonddowning/honey",
"description": "Reduce spam on your Laravel site.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "luke",
"email": "lukeraymonddowning@gmail.com"
}
],
"scripts": {
"test": "php vendor/bin/phpunit"
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.49|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0",
"livewire/livewire": "^2.11|^3.4"
},
"autoload": {
"psr-4": {
"Lukeraymonddowning\\Honey\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Lukeraymonddowning\\Honey\\Tests\\": "tests",
"Lukeraymonddowning\\Honey\\Tests\\Factories\\": "database/factories"
}
},
"extra": {
"laravel": {
"providers": [
"Lukeraymonddowning\\Honey\\Providers\\HoneyServiceProvider"
],
"aliases": {
"Honey": "Lukeraymonddowning\\Honey\\Facades\\Honey"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 26055b2

Please sign in to comment.