Skip to content

Commit

Permalink
Bump min PHP version to 7.1, document maintainance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 28, 2020
1 parent db46062 commit 412958a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -20,8 +20,6 @@ jobs:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"

dependencies:
- highest
Expand Down Expand Up @@ -113,8 +111,6 @@ jobs:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"

dependencies:
- highest
Expand Down
27 changes: 11 additions & 16 deletions behat.yml
Expand Up @@ -6,21 +6,16 @@ default:
contexts: [ PackerContext ]

extensions:
LeanPHP\Behat\CodeCoverage\Extension:
auth: ~
drivers:
- local
DVDoug\Behat\CodeCoverage\Extension:
filter:
forceCoversAnnotation: false
mapTestClassNameToCoveredClassName: false
whitelist:
addUncoveredFilesFromWhitelist: true
processUncoveredFilesFromWhitelist: true
include:
directories:
'src':
prefix: ''
report:
format: clover
options:
include:
directories:
'src': ~
reports:
clover:
target: build/coverage-behat/clover.xml
html:
target: build/coverage-behat
text:
showColors: true
showUncoveredFiles: true
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,15 +12,15 @@
],
"license": "MIT",
"require": {
"php": "^5.6||^7.0||^8.0",
"php": "^7.1||^8.0",
"ext-json": "*",
"psr/log": "^1.0"
},
"require-dev": {
"behat/behat": "^3.5",
"dvdoug/behat-code-coverage": "^3.0||^4.0",
"behat/behat": "^3.7",
"dvdoug/behat-code-coverage": "^5.0",
"monolog/monolog": "^1.25||^2.0",
"phpunit/phpunit": "^5.7.27||^6.5.14||^7.5.20||^8.5.2||^9.0"
"phpunit/phpunit": "^7.5.20||^8.5.8||^9.3.11"
},
"config": {
"preferred-install": {
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Expand Up @@ -7,6 +7,13 @@ fit them all in.
Especially useful for e.g. e-commerce contexts when you need to know box size/weight to calculate shipping costs, or
even just want to know the right number of labels to print.

.. warning::

You are reading the documentation for BoxPacker v2 which is no longer maintained except for the bare minimum work
to allow it to function on newer PHP versions.

All users are recommended to upgrade to v3.

License
-------
BoxPacker is licensed under the `MIT license`_.
Expand Down

0 comments on commit 412958a

Please sign in to comment.