summaryrefslogtreecommitdiff
path: root/php-generator/composer.json
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-12 19:00:33 +0800
committerZhineng Li <[email protected]>2026-02-12 19:00:33 +0800
commit328602707213990715fccbb98f46731b19289902 (patch)
treedfbcb2455ad96af007c562f28c4055c75edd4bb7 /php-generator/composer.json
downloadacs-metadata-build-328602707213990715fccbb98f46731b19289902.tar.gz
acs-metadata-build-328602707213990715fccbb98f46731b19289902.zip
first commit
Diffstat (limited to 'php-generator/composer.json')
-rw-r--r--php-generator/composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/php-generator/composer.json b/php-generator/composer.json
new file mode 100644
index 0000000..b3f0f41
--- /dev/null
+++ b/php-generator/composer.json
@@ -0,0 +1,6 @@
+{
+ "require": {
+ "php": "^8.4",
+ "symfony/var-exporter": "^8.0"
+ }
+}