Skip to content

Commit

Permalink
Add missing composer "provide" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 30, 2022
1 parent 2cc65d6 commit 05cada8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## v1.0-RC1 (unreleased)
## v1.0-RC1 (2022/1/30)

- Improved: servers now support answering calls to the `system.describeMethods` introspection method

- Improved: composer.json now declares this package as replacement for `ext-xmlrpc`


## v1.0-beta (2021/1/11)

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"extension",
"polyfill"
],
"provide": {
"ext-xmlrpc": "*"
},
"require": {
"php": "^5.3.0 || ^7.0 || ^8.0",
"phpxmlrpc/phpxmlrpc": "^4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Value extends BaseValue
{
/// @todo make these two memebers virtual via __get and possibly __set
/// @todo make these two members virtual via __get and possibly __set
public $scalar;
public $xmlrpc_type;
}

0 comments on commit 05cada8

Please sign in to comment.