diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..78567a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/tests export-ignore +/preview export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +.scrutinizer.yml export-ignore +phpcs.xml export-ignore diff --git a/LICENSE.md b/LICENSE.md index 8afeff3..e72c6e5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2014 Robert Boloc +Copyright (c) 2013-2017 Robert Boloc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 30fdb12..2068e04 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ email notifications, Akismet, ZfcUser and Gravatar integration. ```json { "require": { - "robertboloc/rbcomment": "1.4.0" + "robertboloc/rbcomment": "^2.0" } } ``` @@ -222,4 +222,4 @@ pick one of this tasks : * If you are using the BjyAuthorize module (or any other route restricting module) make sure the route `rbcomment` is publicly accessible. -* This module assumes you have a database adapter configured. \ No newline at end of file +* This module assumes you have a database adapter configured. diff --git a/composer.json b/composer.json index a4176ff..a25530d 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,13 @@ "comments", "zf2" ], - "homepage": "http://github.com/robertboloc/RbComment", + "homepage": "https://github.com/robertboloc/RbComment", "license": "MIT", "authors": [ { "name": "Robert Boloc", "email": "robertboloc@gmail.com", - "homepage": "http://robertboloc.eu", + "homepage": "https://robertboloc.eu", "role": "Developer" } ], @@ -53,7 +53,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "2.0.x-dev" } } }