Skip to content

Commit

Permalink
Release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2022
1 parent ad3745f commit dda047c
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 289 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2021 Graham Campbell <hello@gjcampbell.co.uk>
Copyright (c) 2014-2022 Graham Campbell <hello@gjcampbell.co.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ phpunit:
@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit --rm registry.gitlab.com/grahamcampbell/php:7.4-base

box-compile:
@docker run -it -w /data -v ${PWD}:/data:delegated --rm registry.gitlab.com/grahamcampbell/box:3.13 compile
@docker run -it -w /data -v ${PWD}:/data:delegated --rm registry.gitlab.com/grahamcampbell/box:3.16 compile
2 changes: 1 addition & 1 deletion app/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class Application extends SymfonyApplication
*
* @var string
*/
const APP_VERSION = '5.3.3';
const APP_VERSION = '5.3.4';

/**
* Create a new StyleCI CLI application.
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
"require": {
"php": "^7.2.5 || ^8.0",
"ext-json": "*",
"composer/xdebug-handler": "^1.4",
"guzzlehttp/guzzle": "^7.2",
"symfony/console": "^4.3.8 || ^5.0",
"symfony/error-handler": "^4.4 || ^5.0",
"knplabs/packagist-api": "^1.7.1"
"composer/xdebug-handler": "^1.4 || ^2.0 || ^3.0",
"guzzlehttp/guzzle": "^7.4.2",
"guzzlehttp/psr7": "^1.8.5 || ^2.2.1",
"symfony/console": "^4.3.8 || ^5.0 || ^6.0",
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
"knplabs/packagist-api": "^1.7.2"
},
"require-dev": {
"graham-campbell/analyzer": "^3.0.4",
"phpunit/phpunit": "^8.5.14"
"graham-campbell/analyzer": "^3.0.7",
"phpunit/phpunit": "^8.5.25"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dda047c

Please sign in to comment.