Skip to content

Commit ed6a353

Browse files
committed
chore: rename the project to sandbox-php
1 parent a11f3e2 commit ed6a353

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DevBOX PHP
1+
# Sandbox PHP (vanilla)
22

3-
DevBOX PHP is an empty developer box for PHP projects.
3+
A sandbox to develop [PHP](https://www.php.net/) projects.
44

55
## Getting started
66

@@ -79,7 +79,7 @@ You can change `./scripts/git-hooks/pre-commit.sh` to customize it with your pre
7979

8080
### Packages
8181

82-
This DevBOX includes the following packages:
82+
This sandbox includes the following packages:
8383

8484
| Name | Package |
8585
|----------------|---------------------------|

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ricfio/devbox-php",
3-
"description": "Developer BOX for PHP",
2+
"name": "ricfio/sandbox-php",
3+
"description": "A sandbox to develop PHP projects",
44
"type": "project",
55
"license": "MIT",
66
"version": "0.1.0",

0 commit comments

Comments
 (0)