mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°9319 increase php min. version to 8.2 (#887)
* Update minimum PHP version to 8.2 * Fix previous wrong resolution of merge conflict
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
OAuth 2.0 Google Provider Changelog
|
||||
|
||||
|
||||
## 4.2.0 - 2026-03-09
|
||||
|
||||
### Added
|
||||
|
||||
- Allow `oauth2-client` version 2 or 3, #140 by @garak
|
||||
|
||||
## 4.1.0 - 2025-12-15
|
||||
|
||||
### Added
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"league/oauth2-client": "^2.0"
|
||||
"league/oauth2-client": "^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"eloquent/phony-phpunit": "^6.0 || ^7.1",
|
||||
|
||||
Reference in New Issue
Block a user