Skip to content

Commit

Permalink
Backport 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jun 11, 2020
1 parent d63dd7e commit 8f5fd2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ php:
- 5.6
- 5.5
- 5.4
- nightly

matrix:
include:
Expand Down Expand Up @@ -43,6 +42,7 @@ install:
else
COMPOSER_MEMORY_LIMIT=-1 composer update;
fi;
- phpenv config-add travis-php.ini;

script:
- |
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "dvdoug/boxpacker",
"description": "An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)",
"keywords": ["packing","binpacking","bin packing","knapsack","box","boxpacking","parcel","parcelpacking","shipping","packaging","boxes", "container"],
"homepage": "http://boxpacker.io/",
"type": "library",
"homepage": "http://boxpacker.io/",
"authors": [
{
"name": "Doug Wright",
Expand All @@ -13,14 +13,14 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"psr/log": "^1.0",
"ext-json": "*"
"ext-json": "*",
"psr/log": "^1.0"
},
"require-dev": {
"behat/behat": "^3.4",
"behat/behat": "^3.5",
"dvdoug/behat-code-coverage": "^3.0||^4.0",
"monolog/monolog": "^1.0||^2.0",
"phpunit/phpunit": "^4.8.35||^5.0||^6.0||^7.0||^8.0"
"monolog/monolog": "^1.25||^2.0",
"phpunit/phpunit": "^4.8.36||^5.7.27||^6.5.14||^7.5.20||^8.5.2||^9.0"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 8f5fd2f

Please sign in to comment.