Skip to content

Commit

Permalink
update docs, require php ext-json, add .editorconfig and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetano Giunta committed Dec 3, 2019
1 parent a7dc4c2 commit 324ed26
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
1.99.4:

* fix compatibility with php 7.4 (thanks rlerdorf)
* add json php extension to the requirements

1.99.3:

* `pake_symlink()` will throw `pakeException` if not successful


1.99.2:

* Failed `pake_sh()` call will return application's exit-code via `pakeException`
Expand All @@ -10,6 +16,7 @@
* `pake help short-taskname` works for tasks defined in methods
* Fixed issue with parsing project's composer.json, while looking for custom `vendor-dir`


1.99.1:

* Added support for custom `vendor-dir` in composer-based project
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
"indeyets/pake": "~1.99"
}
}

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"require": {
"php": ">=5.2.1",
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit 324ed26

Please sign in to comment.