Skip to content

Commit 317da40

Browse files
committed
Added php-parallel-lint tool
1 parent 01df755 commit 317da40

File tree

3 files changed

+1037
-0
lines changed

3 files changed

+1037
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "tarlepp/symfony-flex-backend-tools",
3+
"description": "",
4+
"version": "1.0.0",
5+
"require": {
6+
"php": "^8.3.0"
7+
},
8+
"require-dev": {
9+
"php-parallel-lint/php-console-highlighter": "1.0.0",
10+
"php-parallel-lint/php-parallel-lint": "1.4.0",
11+
"roave/security-advisories": "dev-latest"
12+
},
13+
"config": {
14+
"allow-plugins": true,
15+
"platform": {
16+
"php": "8.3.0"
17+
},
18+
"preferred-install": {
19+
"*": "dist"
20+
},
21+
"sort-packages": true
22+
}
23+
}

0 commit comments

Comments
 (0)