Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Jun 16, 2024
1 parent adbe59a commit 43b724d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"gregwar/captcha": "^1.2",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.1",
"slim/slim": "^4.13",
"slim/slim": "^4.14",
"slim/twig-view": "^3.4",
"uma/dic": "^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.58",
"phpunit/phpunit": "^11.1",
"friendsofphp/php-cs-fixer": "^3.59",
"phpunit/phpunit": "^11.2",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand Down
71 changes: 36 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
bootstrap="vendor/autoload.php"
Expand Down

0 comments on commit 43b724d

Please sign in to comment.