From 60267cc31563aae17c3742f59ad7d07ada53127d Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Thu, 5 Jan 2017 01:24:16 +0700 Subject: [PATCH] Small updates --- LICENSE.md | 4 ++-- composer.json | 8 ++++---- composer.lock | 17 +++++++++-------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 4db5eba9..f1806a62 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ -PHP Censor Copyright (c) 2016, Corpsee +Copyright (c) 2016, PHP Censor All rights reserved. -PHPCI Copyright (c) 2013, Block 8 Limited +Copyright (c) 2013, PHPCI, Block 8 Limited All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/composer.json b/composer.json index 3cb532e8..54211280 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "corpsee/php-censor", - "description": "Simple continuous integration for PHP projects. PHPCI fork.", + "description": "PHP Censor is a fork of PHPCI and is a open source continuous integration tool specifically designed for PHP", "minimum-stability": "stable", - "type": "library", + "type": "application", "keywords": ["php", "php-censor", "ci", "continuous integration"], "homepage": "https://github.com/corpsee/php-censor", "license": "BSD-2-Clause", "authors": [ { - "name": "Corpsee", + "name": "Dmitry Khomutov", "email": "poisoncorpsee@gmail.com", "homepage": "http://corpsee.com", "role": "PHP Censor developer" @@ -37,7 +37,7 @@ } }, "require": { - "php": ">=5.4.0", + "php": ">=5.6.0", "ext-pdo": "*", "ext-pdo_mysql": "*", diff --git a/composer.lock b/composer.lock index 8fac69f2..1d92b759 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "813fe1e7b00edc029b1137481591822c", + "content-hash": "0a4b95103fb8aa05e609a2a7f5997214", "packages": [ { "name": "bower-asset/admin-lte", @@ -521,23 +521,24 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.4", + "version": "v5.4.5", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" + "reference": "cd142238a339459b10da3d8234220963f392540c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", - "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", + "reference": "cd142238a339459b10da3d8234220963f392540c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "mockery/mockery": "~0.9.1" + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { @@ -570,7 +571,7 @@ "mail", "mailer" ], - "time": "2016-11-24T01:01:23+00:00" + "time": "2016-12-29T10:02:40+00:00" }, { "name": "symfony/config", @@ -2588,7 +2589,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4.0", + "php": ">=5.6.0", "ext-pdo": "*", "ext-pdo_mysql": "*" },