Skip to content

Commit

Permalink
Merge pull request #22 from shyim/fix-composer
Browse files Browse the repository at this point in the history
allow using frankenphp php with composer
  • Loading branch information
shyim authored Apr 5, 2024
2 parents 768c0e1 + 25b1322 commit 2b24e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion php-frankenphp-8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package:
name: php-frankenphp-8.2
version: 8.2.17
epoch: 0
epoch: 1
description: "the PHP programming language"
copyright:
- license: PHP-3.01
dependencies:
provides:
- php=${{package.full-version}}
runtime:
- ${{package.name}}-config
- libxml2
Expand Down
4 changes: 3 additions & 1 deletion php-frankenphp-8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package:
name: php-frankenphp-8.3
version: 8.3.4
epoch: 0
epoch: 1
description: "the PHP programming language"
copyright:
- license: PHP-3.01
dependencies:
provides:
- php=${{package.full-version}}
runtime:
- ${{package.name}}-config
- libxml2
Expand Down

0 comments on commit 2b24e34

Please sign in to comment.