Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Sadovnikov committed Jun 5, 2018
1 parent 9283619 commit 555577e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "adtechpotok/symfony-aware",
"description": "Aware bundle",
"license": "MIT",
"version": "0.0.1",
"version": "0.0.2",
"type": "symfony-bundle",
"minimum-stability": "dev",
"require": {
"php": ">=7.1",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/orm": "^2.6",
"symfony/symfony": "3.4.*"
"symfony/symfony": "^3.4|^4.1"
},
"require-dev": {
"lookyman/phpstan-symfony": "dev-master"
Expand Down

0 comments on commit 555577e

Please sign in to comment.