We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
php-parallel-lint
1 parent 01df755 commit 317da40Copy full SHA for 317da40
tools/12_php-parallel-lint/.gitignore
@@ -0,0 +1 @@
1
+vendor
tools/12_php-parallel-lint/composer.json
@@ -0,0 +1,23 @@
+{
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