-
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.
- Loading branch information
kcleung
committed
Aug 30, 2021
1 parent
2ac182c
commit e6e0190
Showing
2 changed files
with
17 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,31 @@ | ||
# phputil | ||
A PHP Utils Helpers | ||
A PHP Util Package | ||
|
||
|
||
# composer test | ||
``` | ||
composer init | ||
``` | ||
|
||
local: | ||
``` | ||
composer config repositories.backtend path "D:\backtend\phputil" | ||
composer require backtend/phputil:^1.0.0 -vvv | ||
composer require backtend/phputil:^1.0 -vvv | ||
composer update backtend/phputil | ||
``` | ||
|
||
|
||
本地开发composer包,若修改了composer.json需要重置: | ||
``` | ||
composer remove backtend/phputil | ||
composer require backtend/phputil | ||
``` | ||
|
||
|
||
# 语义化版本 | ||
https://semver.org/lang/zh-CN/ | ||
[Version Tips](https://semver.org/lang/zh-CN/) | ||
|
||
1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0 | ||
```blade | ||
1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0 | ||
``` |
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