Skip to content

Commit

Permalink
Update PHP reqired version
Browse files Browse the repository at this point in the history
  • Loading branch information
niksamokhvalov committed Nov 24, 2015
1 parent a91d337 commit bba450f
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 @@ -16,11 +16,11 @@
}
],
"require": {
"php": ">=5.3",
"php": ">=5.4",
"bitrix-expert/tools": "1.*"
},
"autoload": {
"psr-4": {"Bex\\Niceaccess\\": "src/"},
"files": ["src/bootstrap.php"]
}
}
}

0 comments on commit bba450f

Please sign in to comment.