Skip to content

Commit

Permalink
dev composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
xy2z committed Feb 11, 2024
1 parent c2e13b8 commit 1e5f1e6
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
{
"name": "xy2z/capro",
"description": "Static site generator",
"type": "library",
"name": "xy2z/capro-dev",
"description": "Capro development branch",
"license": "MIT",
"homepage": "https://capro.xy2z.io",
"authors": [
{
"name": "Alexander <xy2z> Pedersen",
"email": "[email protected]",
"authors": [
{
"name": "Alexander <xy2z> Pedersen",
"email": "[email protected]",
"homepage": "https://xy2z.io",
"role": "Developer"
}
],
"require": {
"php": "8.*",
"jenssegers/blade": "1.4.*",
"xy2z/lite-config": "1.*",
"symfony/yaml": "5.*",
"spatie/yaml-front-matter": "2.*",
"league/commonmark": "2.*",
"statix/server": "^0.4.1",
"vlucas/phpdotenv": "5.*",
"symfony/var-dumper": "6.*"
},
"role": "Developer"
}
],
"require": {
"php": "8.*",
"jenssegers/blade": "1.4.*",
"xy2z/lite-config": "1.*",
"symfony/yaml": "5.*",
"spatie/yaml-front-matter": "2.*",
"league/commonmark": "2.*",
"statix/server": "^0.4.1",
"vlucas/phpdotenv": "5.*",
"symfony/var-dumper": "6.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.15.*",
"phpstan/phpstan": "1.*",
"phpunit/phpunit": "9.*"
},
"autoload": {
"psr-4": {
"xy2z\\Capro\\": "src/",
"xy2z\\Capro\\Commands\\": "src/Commands"
}
},
"bin": [
"capro"
],
"friendsofphp/php-cs-fixer": "3.15.*",
"phpstan/phpstan": "1.*",
"phpunit/phpunit": "9.*"
},
"autoload": {
"psr-4": {
"xy2z\\Capro\\": "src/",
"xy2z\\Capro\\Commands\\": "src/Commands"
}
},
"bin": [
"capro"
],
"funding": [
{
"type": "github",
Expand Down

0 comments on commit 1e5f1e6

Please sign in to comment.