Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/pkg/ext/builtin-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,6 @@ ext-zlib:
- zlib
php-extension:
arg-type: custom
arg-type@windows: with
arg-type@windows: enable
build-with-php: true
build-shared: false
1 change: 1 addition & 0 deletions config/pkg/ext/ext-amqp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ext-amqp:
depends:
- librabbitmq
depends@windows:
- librabbitmq
- ext-openssl
php-extension:
arg-type: '--with-amqp@shared_suffix@ --with-librabbitmq-dir=@build_root_path@'
Expand Down
2 changes: 1 addition & 1 deletion src/StaticPHP/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class ConsoleApplication extends Application
{
public const string VERSION = '3.0.0-dev';
public const string VERSION = '3.0.0-alpha1';

private static array $additional_commands = [];

Expand Down