Skip to content

Commit e36b939

Browse files
authored
Merge pull request #3 from curiosity26/hotfix-2
Update composer settings to work with Symfony 3
2 parents 6a90cbd + e374cee commit e36b939

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Created by .ignore support plugin (hsz.mobi)
22
### Composer template
33
composer.phar
4+
composer.lock
45
/vendor/
56

67
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file

.idea/misc.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "curiosity26/angular-material-bundle",
33
"description": "A bundle to integrate Angular Material to Symfony's Forms and Asset Management",
44
"require": {
5-
"symfony/symfony": "^2.4"
5+
"symfony/symfony": ">=2.4"
66
},
77
"require-dev": {
88
"phpunit/phpunit": "^5.5"

0 commit comments

Comments
 (0)