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 f980da0 commit 7c4a49dCopy full SHA for 7c4a49d
.travis.yml
@@ -49,4 +49,4 @@ deploy:
49
on:
50
tags: true
51
overwrite: true
52
- skip_cleanup: true
+ cleanup: false
jbzoo-mock-server
@@ -34,7 +34,7 @@ if (!class_exists(Server::class)) {
34
#define('MOCK_SERVER_IN_DOCKER', Env::bool('MOCK_SERVER_IN_DOCKER'));
35
#putenv('AMP_LOOP_DRIVER=' . NativeDriver::class);
36
37
-$application = new Application();
+$application = new Application('JBZoo/Mock-Server', '@git-version@');
38
$application->add(new StartCommand());
39
$application->setDefaultCommand('start');
40
$application->run();
0 commit comments