Skip to content

Commit

Permalink
allow using frankenphp php with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 5, 2024
1 parent 768c0e1 commit 25b1322
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 25b1322

Please sign in to comment.