This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
generated from spawnia/php-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vorname Nachname
committed
Jun 26, 2022
1 parent
0c4e65e
commit 45bae31
Showing
9 changed files
with
1,990 additions
and
1,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github: spawnia | ||
github: mll-lab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/vendor | ||
/.idea | ||
/.php-cs-fixer.cache | ||
/.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
{ | ||
"name": "spawnia/php-package-template", | ||
"type": "library", | ||
"description": "GitHub repository template for a PHP package", | ||
"homepage": "https://github.com/spawnia/php-package-template", | ||
"name": "mll-lab/liquid-handling-robotics", | ||
"description": "PHP package to handle data from liquid handling robots", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Benedikt Franke", | ||
"email": "[email protected]" | ||
"name": "Simon Bigelmayr", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://github.com/mll-lab/liquid-handling-robotics", | ||
"support": { | ||
"issues": "https://github.com/mll-lab/liquid-handling-robotics/issues", | ||
"source": "https://github.com/mll-lab/liquid-handling-robotics" | ||
}, | ||
"require": { | ||
"php": "^7.4 || ^8", | ||
"illuminate/support": "^7 || ^8", | ||
"mll-lab/microplate": "^3.5", | ||
"mll-lab/php-utils": "^1.2", | ||
"thecodingmachine/safe": "^1" | ||
}, | ||
"require-dev": { | ||
|
@@ -28,28 +35,24 @@ | |
"symfony/var-dumper": "^5", | ||
"thecodingmachine/phpstan-safe-rule": "^1.1" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4.24" | ||
}, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Spawnia\\PhpPackageTemplate\\": "src/" | ||
"Mll\\LiquidHandlingRobotics\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Spawnia\\PhpPackageTemplate\\Tests\\": "tests/" | ||
"Mll\\LiquidHandlingRobotics\\Tests\\": "tests/" | ||
}, | ||
"files": [ | ||
"vendor/symfony/var-dumper/Resources/functions/dump.php" | ||
] | ||
}, | ||
"support": { | ||
"issues": "https://github.com/spawnia/php-package-template/issues", | ||
"source": "https://github.com/spawnia/php-package-template" | ||
"config": { | ||
"platform": { | ||
"php": "7.4.24" | ||
}, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.