Skip to content

Commit

Permalink
Merge pull request #1 from langleyfoxall/upgrade/24-07-03
Browse files Browse the repository at this point in the history
Upgrade for compatibility with Laravel 11
  • Loading branch information
Warren-CB authored Jul 3, 2024
2 parents 4f45213 + 83bc49e commit 0ef2d44
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
}
],
"require": {
"php": "^7.1||^8.0",
"php": "^7.1||^8.0||^8.3",
"psr/http-client": "^1.0",
"psr/cache": "^1.0",
"psr/cache": "^3.0",
"psr/http-message": "^2.0",
"psr/http-message-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"php-http/discovery": "^1.6",
"nyholm/psr7": "^1.0",
"paragonie/certainty": "^2.4",
"divineomega/do-file-cache-psr-6": "^2.0",
"divineomega/psr-18-guzzle-adapter": "1.3.0"
"divineomega/psr-18-guzzle-adapter": "1.3.0",
"divineomega/do-file-cache-psr-6": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0||^8.0",
"phpunit/phpunit": "^9.6",
"fzaninotto/faker": "^1.7",
"vimeo/psalm": "^4",
"vimeo/psalm": "^5.25",
"kriswallsmith/buzz": "^2.0",
"symfony/cache": "^4.2.12",
"symfony/cache": "^7.0",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
Expand Down Expand Up @@ -75,6 +75,11 @@
"type": "vcs",
"url": "https://github.com/langleyfoxall/Buzz",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/DO-File-Cache-PSR-6.git",
"no-api": true
}
]
}

0 comments on commit 0ef2d44

Please sign in to comment.