Skip to content

Commit

Permalink
Add renovate for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed May 1, 2023
1 parent 9775ef6 commit 5f8669a
Show file tree
Hide file tree
Showing 62 changed files with 93 additions and 1,003 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-checks.yml
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [8.1, 8.2]
include:
- php: 7.4
analysis: true
- php: 8.1
analysis: true
- php: 8.2
analysis: true

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -197,10 +197,10 @@ LINE_BOT_CHANNEL_ACCESS_TOKEN=<Channel Access Token>
LINE_BOT_CHANNEL_SECRET=<Channel Secret>
```

then you can use `LINEBot` facade like following.
then you can use facades like following.

```
$profile = \LINEBot::getProfile($userId);
$profile = \LINEMessagingApi::pushMessage(....);
```

## Help and media
Expand Down
Expand Up @@ -29,7 +29,7 @@
use LINE\Webhook\Model\ImageMessageContent;
use LINE\Webhook\Model\MessageEvent;

/**
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ImageMessageHandler implements EventHandler
Expand Down
3 changes: 3 additions & 0 deletions renovate.json5
Expand Up @@ -21,4 +21,7 @@
"ignorePaths": [
"docs/",
],
"git-submodules": {
"enabled": true
}
}
18 changes: 1 addition & 17 deletions src/Laravel/lib/LINEBotServiceProvider.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2020 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/Laravel/lib/config/line-bot.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2020 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/ActionType.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2016 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/EventSourceType.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2016 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/BubbleContainerSize.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2019 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentAdjustMode.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2020 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentAlign.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentAlignItems.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2020 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentBackgroundType.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2020 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentBorderWidth.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2019 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentButtonHeight.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentButtonStyle.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentFontSize.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentFontWeight.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentGravity.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down
18 changes: 1 addition & 17 deletions src/constants/Flex/ComponentIconAspectRatio.php
@@ -1,20 +1,4 @@
<?
/**
* Copyright 2023 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/php

<?php
/**
* Copyright 2018 LINE Corporation
*
Expand Down

0 comments on commit 5f8669a

Please sign in to comment.