Skip to content

Commit b634a61

Browse files
committed
Update deps.
1 parent 87aa066 commit b634a61

File tree

5 files changed

+168
-109
lines changed

5 files changed

+168
-109
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Arnaud Ligny
3+
Copyright (c) Arnaud Ligny
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
> Simple PHP library for the [Mailjet API](http://www.mailjet.com/docs/api) v1.
44
5-
[![Latest Stable Version](https://poser.pugx.org/narno/mailjet-api/version)](https://packagist.org/packages/narno/mailjet-api) [![Latest Unstable Version](https://poser.pugx.org/narno/mailjet-api/v/unstable)](//packagist.org/packages/narno/mailjet-api) [![License](https://poser.pugx.org/narno/mailjet-api/license)](https://packagist.org/packages/narno/mailjet-api)
5+
[![Latest Stable Version](https://poser.pugx.org/narno/mailjet-api/version)](https://packagist.org/packages/narno/mailjet-api) [![License](https://poser.pugx.org/narno/mailjet-api/license)](https://packagist.org/packages/narno/mailjet-api)
66

77
## Dependencies
88

99
* PHP 5.4+
1010
* [zend-http](https://github.com/zendframework/zend-http)
1111

12-
Note: There is also a version available for the [Zend Framework 1](https://github.com/Narno/Mailjet-API/tree/zf1).
12+
> Note: There is also a version available for the [Zend Framework 1](https://github.com/Narno/Mailjet-API/tree/zf1).
1313
1414
## Installation
1515

1616
The recommended way is through [Composer](https://getcomposer.org).
1717
```bash
18-
$ composer require narno/mailjet-api
18+
composer require narno/mailjet-api
1919
```
2020

2121
## Usage
@@ -37,10 +37,10 @@ try {
3737
}
3838
```
3939

40-
Mailjet API documentation: http://www.mailjet.com/docs/api.
40+
> Mailjet API documentation: http://www.mailjet.com/docs/api.
4141
4242
## License
4343

44-
Mailjet-API is a free software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT).
44+
Free software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT).
4545

46-
© 2017 [Arnaud Ligny](http://arnaudligny.fr)
46+
© [Arnaud Ligny](http://arnaudligny.fr)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "Arnaud Ligny",
1111
"email": "[email protected]",
12-
"homepage": "http://narno.org",
12+
"homepage": "https://arnaudligny.fr",
1313
"role": "Developer"
1414
}
1515
],

0 commit comments

Comments
 (0)