Skip to content

Commit

Permalink
try to skip laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jun 18, 2024
1 parent f3e58ed commit 83529f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"friends-of-behat/symfony-extension": "^2.1",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/config": "^10.0||^11.0",
"illuminate/container": "^10.0||^11.0",
"illuminate/contracts": "^10.0||^11.0",
"illuminate/database": "^10.0||^11.0",
"illuminate/http": "^10.0||^11.0",
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</include>
<exclude>
<directory>src/Symfony/Maker/Resources/skeleton</directory>
<directory>src/Laravel</directory>
<directory>features</directory>
<directory>tests</directory>
<directory>vendor</directory>
Expand Down

0 comments on commit 83529f3

Please sign in to comment.