You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
A php package to track Colissimo (La Poste) parcels
5
5
6
6
### Requirements
7
-
- PHP 7.3, 7.4 or 8.0
7
+
- PHP >=8.0
8
8
- Curl PHP Extension
9
9
- Json PHP Extension
10
10
@@ -251,9 +251,14 @@ array(4) {
251
251
}
252
252
````
253
253
254
-
### Run tests
254
+
### Testing
255
+
256
+
Update the id in `phpunit.xml` file and run:
255
257
256
258
````bash
257
259
composer test
258
260
````
259
-
You may need to update the id in */tests/ColissimoApiTest.php* because the id is only valid for 90 days.
261
+
262
+
## License
263
+
264
+
colissimo-api is released under the MIT Licence. See the bundled [LICENSE](https://github.com/hedii/colissimo-api/blob/master/LICENSE.md) file for details.
0 commit comments