Skip to content

Commit

Permalink
Fix QA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed May 5, 2024
1 parent af17f12 commit 55e4bdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"name": "toobo/type-checker",
"description": "Library to check values against PHP types, is_a() on steroids.",
"keywords": [
"type",
"types",
"type check",
"is_a",
"instanceof",
"instance of"
],
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="tests/bootstrap.php">

<testsuites>
Expand Down

0 comments on commit 55e4bdf

Please sign in to comment.