Skip to content

Commit

Permalink
[EasyPagination] Add missing dependency for eonx-com/easy-utils (#666)
Browse files Browse the repository at this point in the history
* [EasyPagination] Add missing dependency for eonx-com/easy-utils

* [EasyPagination] Fix dependencies

* [EasyPagination] Fix dependencies -1
  • Loading branch information
natepage authored Jul 23, 2021
1 parent c47a264 commit 594f6b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/EasyPagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": "^7.2"
"php": "^7.2",
"eonx-com/easy-utils": "^3.3",
"laminas/laminas-uri": "^2.8"
},
"require-dev": {
"doctrine/orm": "^2.6",
"eonx-com/easy-psr7-factory": "^3.3",
"phpunit/phpunit": "^8.4 || ^9.5",
"laminas/laminas-uri": "^2.8",
"laravel/lumen-framework": "^5.5",
"vlucas/phpdotenv": "^3.3",
"symfony/symfony": "^4.4 || ^5.1.5",
Expand Down

0 comments on commit 594f6b2

Please sign in to comment.