Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Apr 26, 2019
1 parent 736aa57 commit acfdddd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name" : "pvsaintpe/ltree-bundle",
"description" : "Symfony >4.2.5 bundle with additional functionality for postgresql ltee extension",
"version" : "1.0.0",
"description" : "Symfony 4 bundle for postgresql ltee extension",
"type" : "symfony-bundle",
"homepage": "https://github.com/pvsaintpe/ltree-bundle",
"license" : "MIT",
Expand All @@ -13,7 +12,7 @@
}
],
"require" : {
"php": ">=7.3",
"php": "^7.1.3",
"symfony/orm-pack": "^1.0"
},
"autoload" : {
Expand Down

0 comments on commit acfdddd

Please sign in to comment.