Skip to content

Commit 47182fc

Browse files
committed
feature/glpi-11.0
1 parent f96be01 commit 47182fc

File tree

15 files changed

+314
-358
lines changed

15 files changed

+314
-358
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Generate CI matrix"
2121
uses: "glpi-project/plugin-ci-workflows/.github/workflows/generate-ci-matrix.yml@v1"
2222
with:
23-
glpi-version: "10.0.x"
23+
glpi-version: "11.0.x"
2424
ci:
2525
name: "GLPI ${{ matrix.glpi-version }} - php:${{ matrix.php-version }} - ${{ matrix.db-image }}"
2626
needs: "generate-ci-matrix"

ajax/gantt.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
include('../../../inc/includes.php');
32-
3331
/** @var array $CFG_GLPI */
3432
global $CFG_GLPI;
3533

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"require": {
3-
"php": ">=7.4"
3+
"php": ">=8.2"
44
},
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "^3.75",
77
"friendsoftwig/twigcs": "^6.1",
8+
"glpi-project/phpstan-glpi": "^1.0",
89
"glpi-project/tools": "^0.7.5",
910
"php-parallel-lint/php-parallel-lint": "^1.4",
1011
"phpstan/extension-installer": "^1.4",
@@ -14,7 +15,7 @@
1415
"config": {
1516
"optimize-autoloader": true,
1617
"platform": {
17-
"php": "7.4.0"
18+
"php": "8.2.99"
1819
},
1920
"sort-packages": true,
2021
"allow-plugins": {

0 commit comments

Comments
 (0)