mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 07:31:53 +02:00
PHP 8.1 (#5595)
* Update php-test.yml * Update composer * Updated Composer.json * Update php-test.yml
This commit is contained in:
parent
0276aaf344
commit
5b98fa7f10
3
.github/workflows/php-test.yml
vendored
3
.github/workflows/php-test.yml
vendored
@ -25,11 +25,10 @@ jobs:
|
||||
- ubuntu-latest
|
||||
|
||||
php-version:
|
||||
# - "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
# - "8.1"
|
||||
- "8.1"
|
||||
|
||||
mysql-version:
|
||||
- "5.7"
|
||||
|
@ -62,7 +62,7 @@
|
||||
"web-token/jwt-signature-algorithm-hmac": ">=1.0 <3.0",
|
||||
"web-token/jwt-signature-algorithm-rsa": ">=1.0 <3.0",
|
||||
"xj/yii2-jplayer-widget": "*",
|
||||
"yiisoft/yii2": "2.0.45",
|
||||
"yiisoft/yii2": "dev-master#7f244793f561f770f2945e5d4be91f08eecaf8c7",
|
||||
"yiisoft/yii2-authclient": "~2.2.0",
|
||||
"yiisoft/yii2-bootstrap": "~2.0.0",
|
||||
"yiisoft/yii2-httpclient": "~2.0.0",
|
||||
|
16
composer.lock
generated
16
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "41dd00b7744c39fc11f4ffde0ab10ae5",
|
||||
"content-hash": "f31e972dda60eec80e5bdd13d88a0967",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bower-asset/bootstrap",
|
||||
@ -6758,16 +6758,16 @@
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2",
|
||||
"version": "2.0.45",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yiisoft/yii2-framework.git",
|
||||
"reference": "e2223d4085e5612aa616635f8fcaf478607f62e8"
|
||||
"reference": "828c6b4fa1fd002289689f672ffb322c94b01398"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/e2223d4085e5612aa616635f8fcaf478607f62e8",
|
||||
"reference": "e2223d4085e5612aa616635f8fcaf478607f62e8",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/828c6b4fa1fd002289689f672ffb322c94b01398",
|
||||
"reference": "828c6b4fa1fd002289689f672ffb322c94b01398",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6784,6 +6784,7 @@
|
||||
"php": ">=5.4.0",
|
||||
"yiisoft/yii2-composer": "~2.0.4"
|
||||
},
|
||||
"default-branch": true,
|
||||
"bin": [
|
||||
"yii"
|
||||
],
|
||||
@ -6876,7 +6877,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-11T13:12:40+00:00"
|
||||
"time": "2022-03-09T07:02:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2-authclient",
|
||||
@ -10290,7 +10291,8 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"npm-asset/select2-bootstrap-theme": 10
|
||||
"npm-asset/select2-bootstrap-theme": 10,
|
||||
"yiisoft/yii2": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user