Skip to content

Commit

Permalink
Merge branch '3.0-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nibra committed Aug 20, 2017
2 parents cf07458 + 70e32ea commit 22aa76b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.composer.lock export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"keywords": ["joomla", "framework", "dependency injection", "di", "ioc", "container"],
"homepage": "https://github.com/joomla-x/di",
"license": "GPL-2.0+",
"config": {
"preferred-install": {
"*": "dist"
}
},
"require": {
"php": "~7.0",
"psr/container": "~1.0"
Expand Down
71 changes: 35 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22aa76b

Please sign in to comment.