Skip to content

Commit

Permalink
build: update package vendor to eclipseapp
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 28, 2023
1 parent 88df62b commit acb277d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This package serves as a starting point and reference for all Eclipse-based PHP
## Getting started
1. Create a new project with composer:
```shell
composer create-project eclipse/skeleton
composer create-project eclipseapp/skeleton
````
2. Run `npm install` in the directory.
3. Run `lando start` and then `lando ssh` to enter into the container.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eclipse/skeleton",
"name": "eclipseapp/skeleton",
"description": "The Eclipse project base",
"keywords": [
"eclipse",
Expand Down

0 comments on commit acb277d

Please sign in to comment.