Skip to content

Commit

Permalink
Composer should now recognise 'provide' for PHP extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Aug 21, 2020
1 parent b81f6f0 commit 1b3fbcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -8,7 +8,7 @@
"gregorian", "julian", "jewish", "hebrew", "french"
],
"homepage": "https://github.com/fisharebest/ext-calendar",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"authors": [{
"name": "Greg Roach",
"email": "greg@subaqua.co.uk",
Expand All @@ -24,6 +24,9 @@
"phpunit/phpunit": "<6",
"satooshi/php-coveralls": "*"
},
"provide": {
"ext-calendar": "1"
},
"autoload": {
"files": [
"src/shims.php"
Expand Down

0 comments on commit 1b3fbcd

Please sign in to comment.