Small updates

This commit is contained in:
Dmitry Khomutov 2017-01-05 01:24:16 +07:00
parent 712243660c
commit 60267cc315
3 changed files with 15 additions and 14 deletions

View file

@ -1,7 +1,7 @@
PHP Censor Copyright (c) 2016, Corpsee Copyright (c) 2016, PHP Censor
All rights reserved. All rights reserved.
PHPCI Copyright (c) 2013, Block 8 Limited Copyright (c) 2013, PHPCI, Block 8 Limited
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View file

@ -1,14 +1,14 @@
{ {
"name": "corpsee/php-censor", "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", "minimum-stability": "stable",
"type": "library", "type": "application",
"keywords": ["php", "php-censor", "ci", "continuous integration"], "keywords": ["php", "php-censor", "ci", "continuous integration"],
"homepage": "https://github.com/corpsee/php-censor", "homepage": "https://github.com/corpsee/php-censor",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"authors": [ "authors": [
{ {
"name": "Corpsee", "name": "Dmitry Khomutov",
"email": "poisoncorpsee@gmail.com", "email": "poisoncorpsee@gmail.com",
"homepage": "http://corpsee.com", "homepage": "http://corpsee.com",
"role": "PHP Censor developer" "role": "PHP Censor developer"
@ -37,7 +37,7 @@
} }
}, },
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.6.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-pdo_mysql": "*", "ext-pdo_mysql": "*",

17
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "813fe1e7b00edc029b1137481591822c", "content-hash": "0a4b95103fb8aa05e609a2a7f5997214",
"packages": [ "packages": [
{ {
"name": "bower-asset/admin-lte", "name": "bower-asset/admin-lte",
@ -521,23 +521,24 @@
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.4", "version": "v5.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" "reference": "cd142238a339459b10da3d8234220963f392540c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c",
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", "reference": "cd142238a339459b10da3d8234220963f392540c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.1" "mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -570,7 +571,7 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2016-11-24T01:01:23+00:00" "time": "2016-12-29T10:02:40+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
@ -2588,7 +2589,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=5.4.0", "php": ">=5.6.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-pdo_mysql": "*" "ext-pdo_mysql": "*"
}, },