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.
1 parent 966ade1 commit 633c5deCopy full SHA for 633c5de
Makefile
@@ -4,7 +4,6 @@ SHELL=/bin/bash
4
include bin/colors-xterm.mk
5
6
PROJECT_NAME := Dockerized PHP Code Analysis Tool
7
-SQL_DB_MAX_WAIT := 120
8
9
default:
10
@echo '${PROJECT_NAME}'
composer.json
@@ -30,4 +30,4 @@
30
}
31
},
32
"version": "0.4.3"
33
-}
+}
src/composer.json
@@ -14,5 +14,5 @@
14
"JustCoded\\PhpCodeAnalysisTool\\": "./"
15
16
17
- "version": "v0.4.2"
+ "version": "v0.4.3"
18
0 commit comments