We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a90cbd + e374cee commit e36b939Copy full SHA for e36b939
.gitignore
@@ -1,6 +1,7 @@
1
# Created by .ignore support plugin (hsz.mobi)
2
### Composer template
3
composer.phar
4
+composer.lock
5
/vendor/
6
7
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
.idea/misc.xml
composer.json
@@ -2,7 +2,7 @@
"name": "curiosity26/angular-material-bundle",
"description": "A bundle to integrate Angular Material to Symfony's Forms and Asset Management",
"require": {
- "symfony/symfony": "^2.4"
+ "symfony/symfony": ">=2.4"
},
"require-dev": {
8
"phpunit/phpunit": "^5.5"
0 commit comments