Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloor committed Sep 13, 2024
1 parent fd9279f commit efc7fad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"require": {
"php": "^8.2",
"ext-PDO": "*",
"bgsu-lits/framework": "^2.0",
"bgsu-lits/framework": "v2.1",
"latitude/latitude": "^4.2",
"lulco/phoenix": "^2.5",
"pagerfanta/pagerfanta": "^4.2",
"phpoffice/phpspreadsheet": "^1.29",
"phpoffice/phpspreadsheet": "^2.2",
"slim/http": "^1.1",
"slim/slim": "^4.12",
"thecodingmachine/safe": "^2.5"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"neronmoon/scriptsdev": "^0.1.9",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^11",
"roave/security-advisories": "dev-master"
},
"autoload": {
Expand Down
24 changes: 12 additions & 12 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?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/11.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResultFile="cache/phpunit.result"
cacheDirectory="cache/phpunit"
>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
<testsuites>
<testsuite name="Test Suite">
<directory>src/Lits/Test</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Test Suite">
<directory>src/Lits/Test</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</source>
</phpunit>

0 comments on commit efc7fad

Please sign in to comment.