Skip to content

Commit

Permalink
Add .gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Feb 4, 2023
1 parent 29688e4 commit c9922ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/README.md export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.3"
"php": ">=8.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c9922ac

Please sign in to comment.