Skip to content

Commit 3c83dff

Browse files
committed
Init
1 parent 7c0c2c5 commit 3c83dff

File tree

125 files changed

+28677
-1146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+28677
-1146
lines changed

Diff for: .github/CONTRIBUTING.md

-55
This file was deleted.

Diff for: .github/FUNDING.yml

-1
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/bug.yml

-66
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/config.yml

-11
This file was deleted.

Diff for: .github/SECURITY.md

-3
This file was deleted.

Diff for: .github/dependabot.yml

-12
This file was deleted.

Diff for: .github/workflows/dependabot-auto-merge.yml

-33
This file was deleted.

Diff for: .github/workflows/fix-php-code-styling.yml

-27
This file was deleted.

Diff for: .github/workflows/phpstan.yml

-26
This file was deleted.

Diff for: .github/workflows/run-tests.yml

-51
This file was deleted.

Diff for: .github/workflows/update-changelog.yml

-31
This file was deleted.

Diff for: .husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
./vendor/bin/pint

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `filament-syntax-entry` will be documented in this file.
44

55
## 1.0.0 - 202X-XX-XX
66

Diff for: LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <[email protected]>
3+
Copyright (c) parallax <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)