Skip to content

Commit

Permalink
Container compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed May 20, 2024
1 parent d3623e1 commit 37aad7a
Show file tree
Hide file tree
Showing 16 changed files with 787 additions and 43 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "norvica/container",
"description": "PHP dependency injection container.",
"description": "Pragmatic PHP dependency injection container.",
"type": "library",
"license": "MIT",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
displayDetailsOnTestsThatTriggerWarnings="true"
colors="true"
bootstrap="./vendor/autoload.php">
<testsuites>
Expand Down
Loading

0 comments on commit 37aad7a

Please sign in to comment.