diff --git a/.php_cs.dist b/.php_cs.dist index 41666f1..9879a52 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -21,6 +21,7 @@ $config = PhpCsFixer\Config::create() 'no_null_property_initialization' => true, 'no_short_echo_tag' => true, 'no_superfluous_elseif' => true, + 'no_superfluous_phpdoc_tags' => false, 'no_unneeded_control_parentheses' => ['statements' => ['break', 'clone', 'continue', 'echo_print', 'switch_case', 'yield']], 'no_unneeded_curly_braces' => true, 'no_unneeded_final_method' => true, diff --git a/.travis.yml b/.travis.yml index 6df82ba..ac931ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: bionic sudo: false language: php @@ -13,6 +13,9 @@ matrix: env: WITH_PHPUNIT=true - php: 7.3 env: WITH_PHPUNIT=true + - php: 7.4 + env: WITH_PHPUNIT=true + cache: directories: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cbf577..8fa35c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All contributions are welcome to this project. Before a contribution can be merged into this project, please fill out the Contributor License Agreement (CLA) located at: -http://opensource.box.com/cla +https://opensource.box.com/cla To learn more about CLAs and why they are important to open source projects, please see the [Wikipedia entry](http://en.wikipedia.org/wiki/Contributor_License_Agreement). diff --git a/README.md b/README.md index 3fbb10b..517f5a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Spout [](https://packagist.org/packages/box/spout) -[](http://opensource.box.com/badges) +[](https://opensource.box.com/badges) [](https://travis-ci.org/box/spout) [](https://scrutinizer-ci.com/g/box/spout/?branch=master) [](https://scrutinizer-ci.com/g/box/spout/?branch=master) @@ -15,7 +15,7 @@ Join the community and come discuss about Spout: [. +Full documentation can be found at [https://opensource.box.com/spout/](https://opensource.box.com/spout/). ## Requirements diff --git a/docs/_config.yml b/docs/_config.yml index 8244aa4..2d87dab 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ title: Spout email: oss@box.com description: "An open source PHP library to read and write spreadsheet files (XLSX, ODS and CSV), in a fast and scalable way." baseurl: "" # the subpath of your site, e.g. /blog -url: "http://opensource.box.com" # the base hostname & protocol for your site +url: "https://opensource.box.com" # the base hostname & protocol for your site # Build settings markdown: kramdown diff --git a/docs/_config_local.yml b/docs/_config_local.yml new file mode 100644 index 0000000..3602cad --- /dev/null +++ b/docs/_config_local.yml @@ -0,0 +1,7 @@ +# Github Metadata plugin +repository: box/spout +plugins: + - "jekyll-github-metadata" + +github: + url: http://localhost:8080 diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index b296089..a4c79dd 100755 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -11,7 +11,7 @@
diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 81da47d..469730e 100755 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -6,12 +6,12 @@