Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
labudzinski authored Nov 27, 2020
1 parent cb0fc92 commit 8b97276
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "knplabs/knp-paginator-bundle",
"name": "brandoriented/knp-paginator-bundle",
"type": "symfony-bundle",
"description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
"keywords": ["pager", "paginator", "pagination", "symfony", "bundle", "knp", "knplabs"],
Expand All @@ -16,21 +16,21 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 | ^8.0",
"knplabs/knp-components": "^2.4 || ^3.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
"symfony/translation": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5",
"symfony/dependency-injection": "^4.4 || ^5",
"symfony/event-dispatcher": "^4.4 || ^5",
"symfony/http-foundation": "^4.4 || ^5",
"symfony/http-kernel": "^4.4 || ^5",
"symfony/routing": "^4.4 || ^5",
"symfony/translation": "^4.4 || ^5",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.4",
"symfony/expression-language": "^4.4 || ^5.0",
"symfony/templating": "^4.4 || ^5.0"
"phpunit/phpunit": "^8.5 || ^9",
"symfony/expression-language": "^4.4 || ^5",
"symfony/templating": "^4.4 || ^5"
},
"autoload": {
"psr-4": {
Expand All @@ -42,10 +42,5 @@
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
}
}

0 comments on commit 8b97276

Please sign in to comment.