Skip to content

Commit

Permalink
swoole/ide-helper (4.8.11 => 5.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Aug 19, 2022
1 parent b7fa94f commit 2c89bc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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.8.11</version>
<version>5.0.0</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.8.11">Swoole 4.8.11</a>.
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v5.0.0">Swoole 5.0.0</a>.
]]></change-notes>

<idea-version since-build="173.0"/>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"ext-SimpleXML": "*",
"ext-dom": "*",
"swoole/ide-helper": "^4.8"
"swoole/ide-helper": "^5.0"
},
"require-dev": {
"composer/composer": "^2.3"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit 2c89bc7

Please sign in to comment.