Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/line/line-bot-sdk-php into …
Browse files Browse the repository at this point in the history
…support-laravel
  • Loading branch information
moririnson committed Oct 8, 2020
2 parents cd30868 + a1f5c4e commit 733b7e0
Show file tree
Hide file tree
Showing 172 changed files with 16,087 additions and 1,827 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: php
matrix:
include:
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
before_install: >
php_version=$(php --version);
if [ ${php_version:4:3} = '5.5' ]; then
composer self-update --rollback
fi
install:
- composer update
- COMPOSER_MEMORY_LIMIT=-1 composer update
script: make check
sudo: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See the official API documentation for more information.

## Requirements

- PHP 5.5 or later
- PHP 5.6 or later


## Installation
Expand Down
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,36 @@
{
"name": "moznion",
"email": "[email protected]",
"role": "Retired"
"role": "Retired"
},
{
"name": "Satoru Yoshihara",
"email": "[email protected]",
"role": "Maintainer"
"role": "Maintainer"
},
{
"name": "Satoshi Shibuya",
"email": "[email protected]",
"role": "Maintainer"
"role": "Maintainer"
},
{
"name": "Shunsuke Mori",
"email": "[email protected]",
"role": "Maintainer"
"role": "Maintainer"
}
],
"require": {
"php": ">=5.5",
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-sockets": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.24||^5||^6",
"phpmd/phpmd": "~2.4",
"squizlabs/php_codesniffer": "~2.6||^3",
"indigophp/hash-compat": "~1.1.0",
"symfony/config": "^3.3",
"symfony/dependency-injection": "^3.3",
"phpunit/phpunit": "^4.8.36||^5||^6||^7",
"phpmd/phpmd": "~2.9",
"squizlabs/php_codesniffer": "~3.5",
"ext-posix": "*",
"orchestra/testbench": "^3.1"
"orchestra/testbench": "*"
},
"suggest": {
"apigen/apigen": "Install with roave/better-reflection:dev-master to generate docs",
Expand Down
26 changes: 26 additions & 0 deletions docs/class-LINE.LINEBot.Constant.HTTPHeader.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,32 @@ <h1>HTTPHeader</h1>
<code><span class="php-quote">'X_LINE_SIGNATURE'</span></code>
</div>
</td>
</tr>
<tr id="LINE_RETRY_KEY">
<td class="attributes">
<code class="keyword">
public


string
</code>
</td>
<td class="name">
<code>
<a href="source-class-LINE.LINEBot.Constant.HTTPHeader.html#24" class="constant-name">LINE_RETRY_KEY</a>
</code>

<div class="description">


</div>
</td>
<td class="value">
<div>
<a href="#LINE_RETRY_KEY" class="anchor pull-right">#</a>
<code><span class="php-quote">'X-Line-Retry-Key'</span></code>
</div>
</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion docs/class-LINE.LINEBot.Constant.Meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>Meta</h1>
<td class="value">
<div>
<a href="#VERSION" class="anchor pull-right">#</a>
<code><span class="php-quote">'3.15.0'</span></code>
<code><span class="php-quote">'5.0.0'</span></code>
</div>
</td>
</tr>
Expand Down
Loading

0 comments on commit 733b7e0

Please sign in to comment.