-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Application): update PHP Skeleton app
- Loading branch information
Showing
4 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ To use this repository you need: | |
|
||
## Built with | ||
|
||
This project was built with [Dockerized PHP](https://github.com/fonil/dockerized-php), a lightweight dockerized environment to build PHP applications. | ||
This project was built with [Dockerized PHP](https://github.com/alcidesrc/dockerized-php), a lightweight dockerized environment to build PHP applications. | ||
|
||
|
||
## Getting Started | ||
|
@@ -37,7 +37,7 @@ Just clone the repository into your preferred path: | |
|
||
```bash | ||
$ mkdir -p ~/path/to/my-new-project && cd ~/path/to/my-new-project | ||
$ git clone [email protected]:fonil/php-skeleton.git . | ||
$ git clone [email protected]:alcidesrc/php-skeleton.git . | ||
``` | ||
|
||
### Conventions | ||
|
@@ -107,10 +107,6 @@ Additionally a *Makefile* is provided with frequently used commands: | |
· coverage QA: <composer coverage> | ||
``` | ||
|
||
> [!NOTE] | ||
> | ||
> This file is really useful when you create a container with a project based on this repository and you want to run those commands from outside the container, directly from your *host*. To do so just copy and paste the included steps on your main *Makefile* and adjust the constants accordingly. | ||
##### Installing Dependencies | ||
|
||
```bash | ||
|
@@ -154,7 +150,7 @@ Only the latest major version receives security fixes. | |
|
||
### Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability within this project, please [open an issue here](https://github.com/fonil/php-skeleton/issues). All security vulnerabilities will be promptly addressed. | ||
If you discover a security vulnerability within this project, please [open an issue here](https://github.com/alcidesrc/php-skeleton/issues). All security vulnerabilities will be promptly addressed. | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters