Commit Graph

10 Commits

Author SHA1 Message Date
Stanislas
15748a7c3d Feature GLP11 (#88)
* Feature GLP11

* phpstan

* enable CI and fix phstanneon

* Update .github/workflows/continuous-integration.yml

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>

* Update phpstan.neon

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>

* Pass all paramters to parent call

* move query -> doQuery

* fix direct query

* release GLPI 11.0

* Clean composer.json

* psalm + rector

* fix

---------

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
Co-authored-by: Johan Cwiklinski <johan@x-tnd.be>
Co-authored-by: Rom1-B <rom1.biot@gmail.com>
2025-09-30 16:14:41 +02:00
dependabot[bot]
2ee56680dd Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [glpi-project/tools](https://github.com/glpi-project/tools).


Updates `friendsofphp/php-cs-fixer` from 3.85.1 to 3.86.0
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0)

Updates `glpi-project/tools` from 0.7.6 to 0.8.0
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/glpi-project/tools/compare/0.7.6...0.8.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: glpi-project/tools
  dependency-version: 0.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 10:04:02 +02:00
dependabot[bot]
09fb14e1a1 Bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the / directory: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [glpi-project/tools](https://github.com/glpi-project/tools).


Updates `friendsofphp/php-cs-fixer` from 3.75.0 to 3.85.1
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.75.0...v3.85.1)

Updates `glpi-project/tools` from 0.7.5 to 0.7.6
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/glpi-project/tools/compare/0.7.5...0.7.6)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.85.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: glpi-project/tools
  dependency-version: 0.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 09:08:50 +02:00
Rom1-B
c5e110fc73 Add php-cs-fixer 2025-06-27 08:22:27 +02:00
Cédric Anne
3351d0f268 Upgrade glpi-project/tools 2022-07-21 09:39:12 +02:00
Cédric Anne
02efa77d16 Upgrade glpi-project/tools 2022-01-31 13:36:47 +01:00
Cédric Anne
ce0aeca28e Drop support of GLPI < 9.5 2022-01-31 13:36:47 +01:00
Cédric Anne
4d86cdccf9 Update PHP dependencies 2022-01-31 13:35:19 +01:00
Cédric Anne
72a8c561ea Use stable dependencies and force compatibility with PHP 5.6 2018-06-28 10:18:13 +02:00
Johan Cwiklinski
0900bde1c9 Add external tools for CS, add travis config file 2017-05-19 15:44:42 +02:00