Multiple fixes
* Implemented ScriptRunner with environment expansion and cleaner code. * Added ApiClient plugin (com.noccy.apiclient) * Renamed CHANGELOG.md to VERSIONS.md * Shuffled buildtools * Added first unittests
This commit is contained in:
+4
-1
@@ -36,6 +36,9 @@
|
||||
"symfony/process": "^6.0",
|
||||
"psr/log": "^3.0",
|
||||
"symfony/var-dumper": "^6.0",
|
||||
"symfony/yaml": "^6.0"
|
||||
"symfony/yaml": "^6.0",
|
||||
"guzzlehttp/guzzle": "^7.4",
|
||||
"twig/twig": "^3.3",
|
||||
"symfony/dotenv": "^6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user