File tree Expand file tree Collapse file tree 4 files changed +14
-16
lines changed
Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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,
66testing and debugging PHP applications in VS Code.
77
88## Extensions Included
@@ -23,10 +23,10 @@ Extension | Author |
2323This 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
Original file line number Diff line number Diff line change 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" : {
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"
4141 "keywords" : [
4242 " php" ,
4343 " pack" ,
44- " essential " ,
44+ " inteliphense " ,
4545 " productivity" ,
4646 " intellisense"
4747 ],
You can’t perform that action at this time.
0 commit comments