Skip to content

Commit

Permalink
Remove Laminas JSON library (#18501)
Browse files Browse the repository at this point in the history
* remove laminas json library

* fix changing wrong axis label for bar graph

* fix line markers

* Update src/Glpi/Dashboard/Widget.php

Co-authored-by: Cédric Anne <cedric.anne@gmail.com>

* missed if statement

---------

Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
  • Loading branch information
cconard96 and cedric-anne authored Dec 13, 2024
1 parent 54c52cf commit 5976122
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 255 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"guzzlehttp/psr7": "^2.6",
"html2text/html2text": "^4.3",
"laminas/laminas-i18n": "^2.29",
"laminas/laminas-json": "^3.7",
"laminas/laminas-mail": "^2.25",
"laminas/laminas-mime": "^2.12",
"league/commonmark": "^2.5",
Expand Down
106 changes: 24 additions & 82 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,6 @@ public static function getLibraries($all = false)
[ 'name' => 'laminas/laminas-i18n',
'check' => 'Laminas\\I18n\\Module'
],
[ 'name' => 'laminas/laminas-json',
'check' => 'Laminas\Json\Json'
],
[ 'name' => 'monolog/monolog',
'check' => 'Monolog\\Logger'
],
Expand Down
Loading

0 comments on commit 5976122

Please sign in to comment.