Skip to content

Commit

Permalink
Merge branch '2.x' into soothe_psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Aug 9, 2023
2 parents 40a6725 + 91c6aad commit 9052c1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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) 2012-2022 Akihito Koriyama
Copyright (c) 2012-2023 Akihito Koriyama

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ray-di/Ray.Aop/badges/quality-score.png?b=2.x)](https://scrutinizer-ci.com/g/Ray-Di/Ray.Aop/?branch=2.x)
[![codecov](https://codecov.io/gh/ray-di/Ray.Aop/branch/2.x/graph/badge.svg?token=KCQXtu01zc)](https://codecov.io/gh/ray-di/Ray.Aop)
[![Type Coverage](https://shepherd.dev/github/ray-di/Ray.Aop/coverage.svg)](https://shepherd.dev/github/ray-di/Ray.Aop)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ray-di/Ray.Aop/Continuous%20Integration/2.x)](https://github.com/ray-di/Ray.Aop/actions)
[![Continuous Integration](https://github.com/ray-di/Ray.Aop/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ray-di/Ray.Aop/actions/workflows/continuous-integration.yml)
[![Total Downloads](https://poser.pugx.org/ray/aop/downloads)](https://packagist.org/packages/ray/aop)

[\[Japanese\]](https://github.com/ray-di/Ray.Aop/blob/2.x/README.ja.md)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.2 || ^8.0",
"doctrine/annotations": "^1.12",
"koriym/attributes": "^1.0.3",
"nikic/php-parser": "^v4.16"
"nikic/php-parser": "^4.16"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
Expand Down
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php">
bootstrap="tests/bootstrap.php"
convertDeprecationsToExceptions="true"
>
<testsuites>
<testsuite name="Ray.Aop Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit 9052c1b

Please sign in to comment.