Skip to content

Commit

Permalink
Configuration subsystem in a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Jan 21, 2024
1 parent f566c52 commit e3e470a
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 190 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"ext-random": "*",
"filp/whoops": "^2.15",
"httpsoft/http-basis": "^1.1",
"mobicms/config": "^1.0",
"mobicms/render": "4.0",
"monolog/monolog": "^3.5",
"psr/container": "^2.0"
Expand Down
58 changes: 57 additions & 1 deletion composer.lock

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

62 changes: 0 additions & 62 deletions src/Config/ConfigContainer.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Config/ConfigInterface.php

This file was deleted.

15 changes: 0 additions & 15 deletions src/Config/Exception/KeyAlreadyExistsException.php

This file was deleted.

93 changes: 0 additions & 93 deletions tests/unit/Config/ConfigContainerTest.php

This file was deleted.

0 comments on commit e3e470a

Please sign in to comment.