Skip to content

Commit

Permalink
Update minimum version for http-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jul 17, 2024
1 parent 3826719 commit fecac0a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
84 changes: 42 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "gordalina/mixpanel-bundle",
"description": "Symfony bundle for Mixpanel",
"keywords": [
"mixpanel",
"bundle",
"symfony"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Samuel Gordalina",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"symfony/security-http": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"mixpanel/mixpanel-php": "~2.8"
},
"require-dev": {
"phpspec/phpspec": "^7.2",
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-symfony": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2"
},
"autoload": {
"psr-4": {
"Gordalina\\MixpanelBundle\\": ""
}
},
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
"name": "gordalina/mixpanel-bundle",
"description": "Symfony bundle for Mixpanel",
"keywords": [
"mixpanel",
"bundle",
"symfony"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Samuel Gordalina",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"symfony/security-http": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0.20",
"mixpanel/mixpanel-php": "~2.8"
},
"require-dev": {
"phpspec/phpspec": "^7.2",
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-symfony": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2"
},
"autoload": {
"psr-4": {
"Gordalina\\MixpanelBundle\\": ""
}
},
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit fecac0a

Please sign in to comment.