Skip to content

Commit 0c01c6c

Browse files
committed
feat: implement foundation
1 parent 5b70498 commit 0c01c6c

File tree

15 files changed

+4917
-4186
lines changed

15 files changed

+4917
-4186
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
/.hooks export-ignore
33
/coverage export-ignore
44
/sandbox export-ignore
5-
/tests export-ignore
65
.gitattributes export-ignore
76
.gitignore export-ignore
87
.phpcs.cache export-ignore
9-
.phpunit.result.cache export-ignore
108
compose.yml export-ignore
119
Dockerfile export-ignore
1210
Makefile export-ignore
1311
phpcs.xml export-ignore
1412
phpstan.neon export-ignore
15-
phpunit.xml export-ignore

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
],
1111
"require": {
1212
"php": "^8.3",
13-
"edumarques/dynamophp": "^0.1"
13+
"edumarques/dynamophp": "^0.1",
14+
"symfony/config": "^7.2",
15+
"symfony/dependency-injection": "^7.2",
16+
"symfony/http-kernel": "^7.2"
1417
},
1518
"require-dev": {
16-
"squizlabs/php_codesniffer": "^3.12",
17-
"phpstan/phpstan": "^2.1",
18-
"phpunit/phpunit": "^12.1",
1919
"slevomat/coding-standard": "^8.18",
20-
"symfony/var-dumper": "^7.2"
20+
"squizlabs/php_codesniffer": "^3.12",
21+
"symfony/var-dumper": "^7.2",
22+
"phpstan/phpstan": "^2.1"
2123
},
2224
"autoload": {
2325
"psr-4": {

0 commit comments

Comments
 (0)