File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
- ## 0.1.0 (2014-xx-xx )
7
+ ## 0.1.0 (2014-07-28 )
8
8
9
9
* First tagged release
10
10
Original file line number Diff line number Diff line change 2
2
3
3
Simple, async SOAP webservice client library
4
4
5
- > Note: This project is in early alpha stage! Feel free to report any issues you encounter.
5
+ > Note: This project is in beta stage! Feel free to report any issues you encounter.
6
6
7
7
## Quickstart example
8
8
@@ -69,13 +69,11 @@ The recommended way to install this library is [through composer](packagist://ge
69
69
``` JSON
70
70
{
71
71
"require" : {
72
- "clue/soap-react" : " dev-master "
72
+ "clue/soap-react" : " ~0.1.0 "
73
73
}
74
74
}
75
75
```
76
76
77
- > Note: This project is currently not listed on packagist
78
-
79
77
## License
80
78
81
79
MIT
You can’t perform that action at this time.
0 commit comments