Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bsdiff/bsdiff",
"type": "php-ext",
"license": "PHP-3.01",
"license": "(PHP-3.01 AND BSD-2-Clause)",
"description": "A PHP extension to build and apply patches to binary files.",
"require": {
"php": ">=7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<license uri="http://www.php.net/license">PHP-3.01 AND BSD-2-Clause</license>
<notes>
- Add composer.json for installation via PIE (PHP Installer for Extensions).
</notes>
Expand Down