Skip to content

Commit

Permalink
Merge pull request #192 from Automattic/refactor-php
Browse files Browse the repository at this point in the history
refactor(php): support Ubuntu and Debian
  • Loading branch information
sjinks authored May 30, 2024
2 parents 249d079 + bf1c561 commit 8fa754c
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 87 deletions.
10 changes: 2 additions & 8 deletions features/src/php/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"id": "php",
"name": "PHP",
"description": "Installs PHP into the Dev Environment",
"version": "2.3.1",
"containerEnv": {
"PHP_INI_DIR": "/etc/php"
},
"version": "2.4.0",
"options": {
"version": {
"type": "string",
Expand Down Expand Up @@ -44,8 +41,5 @@
"phpSniffer.autoDetect": true
}
}
},
"installsAfter": [
"ghcr.io/automattic/vip-codespaces/base"
]
}
}
Loading

0 comments on commit 8fa754c

Please sign in to comment.