Skip to content

Commit

Permalink
use kba-team/cakephp
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mitterhauser committed Aug 21, 2024
1 parent 1358842 commit b203297
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"cakephp/cakephp": "^2.10",
"kba-team/cakephp": "^2.11",
"graylog2/gelf-php": "^1.6",
"composer/installers": "^1.9",
"kba-team/php-backtrace": "^1.0",
Expand All @@ -21,10 +21,10 @@
},
"autoload-dev": {
"classmap": [
"vendor/cakephp/cakephp/lib/Cake/Core/App.php",
"vendor/cakephp/cakephp/lib/Cake/Log/CakeLogInterface.php",
"vendor/cakephp/cakephp/lib/Cake/Log/Engine/BaseLog.php",
"vendor/cakephp/cakephp/lib/Cake/Utility/Hash.php",
"vendor/kba-team/cakephp/lib/Cake/Core/App.php",
"vendor/kba-team/cakephp/lib/Cake/Log/CakeLogInterface.php",
"vendor/kba-team/cakephp/lib/Cake/Log/Engine/BaseLog.php",
"vendor/kba-team/cakephp/lib/Cake/Utility/Hash.php",
"Lib/Log/Engine/GraylogLog.php",
"tests/PublicGraylogLog.php"
]
Expand Down

0 comments on commit b203297

Please sign in to comment.