Skip to content

Commit

Permalink
Merge pull request #29 from novius/feature/backpack-3.3-support
Browse files Browse the repository at this point in the history
[0.3] Add Backack\CRUD v3.3 support
  • Loading branch information
jguyomard authored Dec 12, 2017
2 parents 6bcdcb7 + 3282053 commit 3efc30a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.0
- 7.1

sudo: false

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}
],
"require": {
"php": ">=7.0",
"backpack/crud": "~3.2.15"
"php": ">=7.1",
"backpack/crud": "~3.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.4.0",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "~3.0"
"friendsofphp/php-cs-fixer": "~2.8.0",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "~3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3efc30a

Please sign in to comment.