From cbfeefc8089f80309003ea100a431d763f2239f6 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 11 Mar 2026 15:12:21 +0800 Subject: [PATCH] Add ext-inotify --- config/pkg/ext/ext-inotify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/pkg/ext/ext-inotify.yml diff --git a/config/pkg/ext/ext-inotify.yml b/config/pkg/ext/ext-inotify.yml new file mode 100644 index 00000000..0956f9e4 --- /dev/null +++ b/config/pkg/ext/ext-inotify.yml @@ -0,0 +1,9 @@ +ext-inotify: + type: php-extension + artifact: + source: + type: pecl + name: inotify + metadata: + license-files: [LICENSE] + license: PHP-3.01