We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c828e02 commit 4fd5e2eCopy full SHA for 4fd5e2e
.github/workflows/bc.yml
@@ -25,5 +25,3 @@ jobs:
25
['ubuntu-latest']
26
php: >-
27
['8.5']
28
- required-packages: >-
29
- ['assets', 'files']
.roave-backward-compatibility-check.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8" ?>
2
+<roave-bc-check
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:noNamespaceSchemaLocation="vendor/roave/backward-compatibility-check/Resources/schema.xsd">
5
+ <baseline>
6
+ <ignored-regex>#\[BC\] SKIPPED: Roave\\BetterReflection\\Reflection\\ReflectionClass "Yiisoft\\Assets\\#</ignored-regex>
7
+ </baseline>
8
+</roave-bc-check>
0 commit comments