Skip to content

Commit

Permalink
Updating swoole/ide-helper (4.5.3 => 4.5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Sep 18, 2020
1 parent 225d3f2 commit 8162d84
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: 'composer install --working-dir=vendor/swoole/ide-helper'
-
id: generate
uses: 'docker://phpswoole/swoole:4.5.3-php7.1'
uses: 'docker://phpswoole/swoole:4.5.4-php7.1'
with:
args: vendor/swoole/ide-helper/bin/generator.php
-
Expand Down
4 changes: 2 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<idea-plugin>
<id>me.elabee.idea.plugin.swoole</id>
<name>Swoole IDE Helper</name>
<version>4.5.3</version>
<version>4.5.4</version>
<vendor email="[email protected]" url="https://elabee.me">Luhur Abdi Rizal</vendor>

<description><![CDATA[
IDE help files for Swoole.
]]></description>

<change-notes><![CDATA[
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.5.3">Swoole 4.5.3</a>.
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.5.4">Swoole 4.5.4</a>.
]]></change-notes>

<idea-version since-build="173.0"/>
Expand Down
88 changes: 51 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8162d84

Please sign in to comment.