Skip to content

Commit

Permalink
Bump dependencies for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 11, 2022
1 parent b09c0ab commit 23523a0
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "chencha/share",
"description": "Share links with Laravel",
"keywords": [
"share",
"laravel"
],
"license": "MIT",
"authors": [
{
"name": "thujohn",
"email": "[email protected]"
"name": "chencha/share",
"description": "Share links with Laravel",
"keywords": [
"share",
"laravel"
],
"license": "MIT",
"authors": [
{
"name": "thujohn",
"email": "[email protected]"
},
{
"name": "chencha",
"email": "[email protected]"
},
{
"name": "datashaman",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4|^8",
"illuminate/support": "^6|^7|^8|^9.0"
},
{
"name": "chencha",
"email": "[email protected]"
"autoload": {
"psr-4": {
"Chencha\\Share\\": "src/",
"Tests\\": "tests/"
}
},
{
"name": "datashaman",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4|^8",
"illuminate/support": "^6|^7|^8"
},
"autoload": {
"psr-4": {
"Chencha\\Share\\" : "src/",
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Chencha\\Share\\ShareServiceProvider"
],
"aliases": {
"Share": "Chencha\\Share\\ShareFacade"
}
"extra": {
"laravel": {
"providers": [
"Chencha\\Share\\ShareServiceProvider"
],
"aliases": {
"Share": "Chencha\\Share\\ShareFacade"
}
}
},
"minimum-stability": "dev",
"require-dev": {
"orchestra/testbench": "^4|^5|^6"
}
},
"minimum-stability": "dev",
"require-dev": {
"orchestra/testbench": "^4|^5|^6"
}
}

0 comments on commit 23523a0

Please sign in to comment.