Skip to content

Commit

Permalink
Feature: Added compatiblity for the new kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed May 11, 2021
1 parent ec5f86d commit 3bda347
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 255 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php
php:
- '7.3'
- '7.4'
- '8.0'

before_script:
- composer install
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.0 - 2021-05-11
### Added
- Compatibility for the new kernel.

## 1.0.0 - 2020-11-12
### Added
- The initial implementation of the package.

# Versions
- [1.0.0 > Unreleased](https://github.com/ulrack/logging-extension/compare/1.0.0...HEAD)
- [1.1.0 > Unreleased](https://github.com/ulrack/logging-extension/compare/1.0.0...HEAD)
- [1.0.0 > 1.1.0](https://github.com/ulrack/logging-extension/compare/1.0.0...1.1.0)
26 changes: 12 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
"prefer-stable": true,
"minimum-stability": "stable",
"require": {
"php": "^7.3",
"grizz-it/configuration": "^1.2",
"grizz-it/log": "^1.0",
"grizz-it/storage": "^1.0",
"grizz-it/vfs": "^1.0",
"php-unified/log": "^2.0",
"ulrack/aop-extension": "^1.0",
"ulrack/environment-extension": "^1.0",
"ulrack/invocation-extension": "^1.1",
"ulrack/kernel": "^1.3",
"ulrack/services": "^3.3",
"ulrack/tag-extension": "^1.0"
"php": "^8.0",
"grizz-it/configuration": "^1.3",
"grizz-it/log": "^1.1",
"grizz-it/services": "^1.0",
"grizz-it/storage": "^1.1",
"grizz-it/vfs": "^1.1",
"php-unified/log": "^2.1",
"ulrack/aop-extension": "^1.1",
"ulrack/environment-extension": "^1.1",
"ulrack/kernel": "^2.0"
},
"authors": [
{
Expand Down Expand Up @@ -60,7 +58,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
}
}
86 changes: 0 additions & 86 deletions configuration/advices/log.advices.json

This file was deleted.

23 changes: 0 additions & 23 deletions configuration/environment/log.environment.json

This file was deleted.

23 changes: 0 additions & 23 deletions configuration/invocations/log.invocations.json

This file was deleted.

9 changes: 0 additions & 9 deletions configuration/parameters/log.parameters.json

This file was deleted.

Loading

0 comments on commit 3bda347

Please sign in to comment.