Skip to content

Commit

Permalink
Merge pull request #5 from geekcell/refactor/provider-interface
Browse files Browse the repository at this point in the history
build(deps): Add less strict version constraints for Symfony components.
  • Loading branch information
b00gizm authored Feb 13, 2023
2 parents 3899269 + 8aff3ef commit 8d63155
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
],
"require": {
"imagekit/imagekit": "^3.0",
"symfony/http-kernel": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/config": "^6.2",
"symfony/string": "^6.2"
"symfony/http-kernel": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/config": "^6.0",
"symfony/string": "^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpunit/phpunit": "^9.5",
"symfony/framework-bundle": "^6.2",
"symfony/yaml": "^6.2"
"symfony/framework-bundle": "^6.0",
"symfony/yaml": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
94 changes: 47 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d63155

Please sign in to comment.