Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

# vendor
vendor
# 构建产物
# cache
.phpunit.result.cache
.php-cs-fixer.cache
# build
target
modules

1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sha1 = "0.10"
base64 = "0.22"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
libc = "0.2"

[profile.release]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test-php": "phpunit",
"test-rust": "cargo test --release",
"analyze": "phpstan --no-progress --memory-limit=1G",
"fix-style": "php-cs-fixer fix",
"fix-style": "php-cs-fixer fix && cargo fmt",
"check-style": "php-cs-fixer fix --dry-run"
}
}
Loading
Loading