Skip to content

Commit 2fd4664

Browse files
committed
Rename pack to PHP Essentials
1 parent e6cd9b1 commit 2fd4664

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.0]
8+
## 1.0.0
99

1010
- Initial release
11-
12-
[Unreleased]: https://github.com/dudemlo/vscode-php-essential-pack/compare/v0.1.0...HEAD

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# PHP Essential Pack for VS Code
1+
# PHP Essentials
22

33
![Version] ![Installs] ![Downloads] ![Rating]
44

5-
PHP Essential Pack is a collection of popular extensions that help write,
5+
PHP Essentials is a collection of popular extensions that help write,
66
testing and debugging PHP applications in VS Code.
77

88
## Extensions Included
@@ -23,10 +23,10 @@ Extension | Author |  
2323
This extension pack is licensed under the [MIT License](LICENSE)
2424

2525

26-
[Version]: https://badgen.net/vs-marketplace/v/dudemelo.php-essential-pack
27-
[Installs]: https://badgen.net/vs-marketplace/i/dudemelo.php-essential-pack
28-
[Downloads]: https://badgen.net/vs-marketplace/d/dudemelo.php-essential-pack
29-
[Rating]: https://badgen.net/vs-marketplace/rating/dudemelo.php-essential-pack
26+
[Version]: https://badgen.net/vs-marketplace/v/dudemelo.php-essentials
27+
[Installs]: https://badgen.net/vs-marketplace/i/dudemelo.php-essentials
28+
[Downloads]: https://badgen.net/vs-marketplace/d/dudemelo.php-essentials
29+
[Rating]: https://badgen.net/vs-marketplace/rating/dudemelo.php-essentials
3030

3131

3232
[PHP Intelephense]: https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "php-essential-pack",
3-
"displayName": "PHP Essential Pack",
2+
"name": "php-essentials",
3+
"displayName": "PHP Essentials",
44
"description": "The only extension that a modern PHP developer must install",
55
"publisher": "dudemelo",
66
"author": {
@@ -10,13 +10,13 @@
1010
"license": "SEE LICENSE IN LICENSE",
1111
"icon": "images/icon.png",
1212
"bugs": {
13-
"url": "https://github.com/dudemelo/vscode-php-essential-pack/issues"
13+
"url": "https://github.com/dudemelo/vscode-php-essentials/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/dudemelo/vscode-php-essential-pack"
17+
"url": "https://github.com/dudemelo/vscode-php-essentials"
1818
},
19-
"homepage": "https://github.com/dudemelo/vscode-php-essential-pack/blob/master/README.md",
19+
"homepage": "https://github.com/dudemelo/vscode-php-essentials/blob/master/README.md",
2020
"galleryBanner": {
2121
"color": "#1d1b84",
2222
"theme": "dark"
@@ -41,7 +41,7 @@
4141
"keywords": [
4242
"php",
4343
"pack",
44-
"essential",
44+
"inteliphense",
4545
"productivity",
4646
"intellisense"
4747
],

0 commit comments

Comments
 (0)