Skip to content

Commit 3e3bee3

Browse files
何平何平
authored andcommitted
📝 update composer.json
1 parent e0e96b6 commit 3e3bee3

3 files changed

Lines changed: 2 additions & 22 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/vendor/
88
*.swp
99
*.swo
10+
.idea

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ This package provides a wonderful **PHP Skeleton** to start building your next p
77
⚡️ Create your package using [Composer](https://getcomposer.org):
88

99
```bash
10-
composer create-project nunomaduro/skeleton-php --prefer-source PackageName
10+
composer create-project swow-cloud/skeleton-php --prefer-source PackageName
1111
```
1212

13-
🧹 Keep a modern codebase with **Pint**:
14-
```bash
15-
composer lint
16-
```
17-
18-
⚗️ Run static analysis using **PHPStan**:
19-
```bash
20-
composer test:types
21-
```
22-
23-
✅ Run unit tests using **PEST**
24-
```bash
25-
composer test:unit
26-
```
27-
28-
🚀 Run the entire test suite:
29-
```bash
30-
composer test
31-
```
32-
33-
**Skeleton PHP** was created by **[Nuno Maduro](https://twitter.com/enunomaduro)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

0 commit comments

Comments
 (0)