Skip to content

Commit

Permalink
Initial commit for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e-spin committed Sep 5, 2023
1 parent fe0ac04 commit f779045
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
"source": "https://github.com/contao-community-alliance/url-builder"
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0"
"php": "^8.2"
},
"require-dev": {
"contao/core-bundle": "^4.4",
"php-http/guzzle6-adapter": "^1.1",
"contao/core-bundle": "^5.3.x-dev, <5.7",
"php-http/guzzle6-adapter": "^2.0",
"phpcq/runner-bootstrap": "^1.0@dev",
"symfony/security-csrf": "^4.4 || ^5.2"
},
"conflict": {
"contao/core-bundle": "<4.4 || >=5.0",
"symfony/security-csrf": "<4.4 || >=6.0"
"symfony/security-csrf": "^6.3"
},
"autoload": {
"psr-4": {
Expand All @@ -52,8 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "1.4.x-dev",
"dev-master": "1.3.x-dev"
"dev-feature/2.0.0": "2.0.x-dev"
}
}
}

0 comments on commit f779045

Please sign in to comment.