Skip to content

Commit 0c0dbf1

Browse files
author
DKravtsov
committed
Updated composer dependencies, updated docs.
1 parent a6853e0 commit 0c0dbf1

17 files changed

Lines changed: 5810 additions & 2522 deletions

File tree

.idea/htdocs.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 116 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Dmitry Kravtsov
3+
Copyright (c) 2020-2026 Dmitry Kravtsov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

THIRD-PARTY-NOTICES

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Third-Party Software Notices and Acknowledgments
2+
3+
This open-source project is built upon and incorporates excellent software created by the global developer community. We gratefully acknowledge the contributions of the following authors and projects.
4+
5+
## 1. Symfony Framework and Ecosystem
6+
7+
This application is powered by the Symfony Framework and a robust ecosystem of PHP packages managed via Composer.
8+
9+
We extend our deep appreciation to Fabien Potencier, the Symfony Core Team, and the thousands of contributors who maintain the framework and its components.
10+
11+
These third-party dependencies are installed dynamically into the `vendor/` directory. Each individual package retains its original open-source license (predominantly MIT), and the full text of these licenses can be found within the respective package directories.
12+
13+
---
14+
15+
## 2. Derived and Modified Works
16+
17+
Portions of the underlying codebase in the `src/` directory were originally derived from the `tarlepp/symfony-flex-backend` project. We thank Tarmo Leppänen and contributors for providing a solid foundation. The license text for this work is provided in Appendix A.
18+
19+
---
20+
21+
### Appendix A: Full License Texts
22+
23+
#### Original Base Component: tarlepp/symfony-flex-backend (MIT License)
24+
25+
Copyright (c) 2020-2026 Dmitry Kravtsov (for the new base logic, modifications, DDD architecture)
26+
Copyright (c) 2020 Tarmo Leppänen (for the base logic)
27+
28+
Permission is hereby granted, free of charge, to any person obtaining a copy
29+
of this software and associated documentation files (the "Software"), to deal
30+
in the Software without restriction, including without limitation the rights
31+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32+
copies of the Software, and to permit persons to whom the Software is
33+
furnished to do so, subject to the following conditions:
34+
35+
The above copyright notice and this permission notice shall be included in all
36+
copies or substantial portions of the Software.
37+
38+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44+
SOFTWARE.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"authors": [
2020
{
2121
"name": "Dmitry Kravtsov",
22-
"email": "dmytro.kravtsov@systemsdk.com",
22+
"email": "dmitry.kravtsov@systemsdk.com",
2323
"homepage": "https://github.com/systemsdk",
2424
"role": "Developer"
2525
},
@@ -80,15 +80,15 @@
8080
"symfony/doctrine-messenger": "7.4.*",
8181
"symfony/dotenv": "7.4.*",
8282
"symfony/expression-language": "7.4.*",
83-
"symfony/flex": "^2.10.0",
83+
"symfony/flex": "^2.11.0",
8484
"symfony/form": "7.4.*",
8585
"symfony/framework-bundle": "7.4.*",
8686
"symfony/http-client": "7.4.*",
8787
"symfony/intl": "7.4.*",
8888
"symfony/mailer": "7.4.*",
8989
"symfony/messenger": "7.4.*",
9090
"symfony/mime": "7.4.*",
91-
"symfony/monolog-bundle": "^4.0.1",
91+
"symfony/monolog-bundle": "^4.0.2",
9292
"symfony/notifier": "7.4.*",
9393
"symfony/process": "7.4.*",
9494
"symfony/property-access": "7.4.*",
@@ -97,16 +97,16 @@
9797
"symfony/routing": "7.4.*",
9898
"symfony/security-bundle": "7.4.*",
9999
"symfony/serializer": "7.4.*",
100-
"symfony/stimulus-bundle": "^2.34.0",
100+
"symfony/stimulus-bundle": "^2.36.0",
101101
"symfony/string": "7.4.*",
102102
"symfony/translation": "7.4.*",
103103
"symfony/twig-bundle": "7.4.*",
104-
"symfony/ux-turbo": "^2.34.0",
104+
"symfony/ux-turbo": "^2.36.0",
105105
"symfony/validator": "7.4.*",
106106
"symfony/web-link": "7.4.*",
107107
"symfony/yaml": "7.4.*",
108108
"twig/extra-bundle": "^2.12|^3.24.0",
109-
"twig/twig": "^2.12|^3.24.0"
109+
"twig/twig": "^2.12|^3.27.1"
110110
},
111111
"conflict": {
112112
"symfony/debug": "<3.3",

0 commit comments

Comments
 (0)