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.
2 parents b15ff9e + 233b211 commit 1d39584Copy full SHA for 1d39584
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: :vendor_name
.github/dependabot.yml
@@ -9,4 +9,11 @@ updates:
9
schedule:
10
interval: "weekly"
11
labels:
12
- - "dependencies"
+ - "dependencies"
13
+
14
+ - package-ecosystem: "composer"
15
+ directory: "/"
16
+ schedule:
17
+ interval: "weekly"
18
+ labels:
19
phpunit.xml.dist
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
5
backupGlobals="false"
6
bootstrap="vendor/autoload.php"
7
colors="true"
0 commit comments