Skip to content

Commit 25d4492

Browse files
authored
Merge pull request #243 from php-school/symfony-60
Support symfony 6.x components
2 parents b0423fe + 7033ce1 commit 25d4492

File tree

2 files changed

+107
-103
lines changed

2 files changed

+107
-103
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"ext-pdo_sqlite": "*",
2121
"php-di/php-di": "^6.0",
2222
"psr/container": "^1.0",
23-
"symfony/process": "^4.0 | ^5.0",
24-
"symfony/filesystem": "^4.0 | ^5.0",
23+
"symfony/process": "^4.0 | ^5.0 | ^6.0",
24+
"symfony/filesystem": "^4.0 | ^5.0 | ^6.0",
2525
"fakerphp/faker": "^1.10.1",
2626
"aydin-hassan/cli-md-renderer": "^2.4",
2727
"php-school/cli-menu": "^4.1",
@@ -56,6 +56,12 @@
5656
}
5757
},
5858
"scripts" : {
59+
"test": [
60+
"@unit-tests",
61+
"@cs",
62+
"@static"
63+
],
64+
"unit-tests": "phpunit",
5965
"cs" : [
6066
"phpcs src --standard=PSR12 --encoding=UTF-8",
6167
"phpcs test --standard=PSR12 --encoding=UTF-8"

composer.lock

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

0 commit comments

Comments
 (0)