Skip to content

Commit f7ca7fb

Browse files
author
DKravtsov
committed
updated links to the repo
1 parent 7cf1379 commit f7ca7fb

File tree

17 files changed

+127
-118
lines changed

17 files changed

+127
-118
lines changed

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dimadeush/docker-apache-php-laravel",
2+
"name": "systemsdk/docker-apache-php-laravel",
33
"type": "project",
44
"description": "Docker laravel environment",
55
"keywords": [
@@ -10,7 +10,7 @@
1010
"Supervisord",
1111
"MySQL"
1212
],
13-
"homepage": "https://github.com/dimadeush/docker-apache-php-laravel",
13+
"homepage": "https://github.com/systemsdk/docker-apache-php-laravel",
1414
"version": "1.0.0",
1515
"license": "MIT",
1616
"authors": [
@@ -54,7 +54,13 @@
5454
"php": "8.0.0"
5555
},
5656
"preferred-install": "dist",
57-
"sort-packages": true
57+
"sort-packages": true,
58+
"allow-plugins": {
59+
"bamarni/composer-bin-plugin": true,
60+
"composer/package-versions-deprecated": true,
61+
"ergebnis/composer-normalize": true,
62+
"neronmoon/scriptsdev": true
63+
}
5864
},
5965
"extra": {
6066
"bamarni-bin": {
@@ -110,6 +116,6 @@
110116
]
111117
},
112118
"support": {
113-
"issues": "https://github.com/dimadeush/docker-apache-php-laravel/issues"
119+
"issues": "https://github.com/systemsdk/docker-apache-php-laravel/issues"
114120
}
115121
}

composer.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# PHP Laravel environment
22
Docker environment required to run Laravel (based on official php and mysql docker hub repositories).
33

4-
[![Actions Status](https://github.com/dimadeush/docker-apache-php-laravel/workflows/Laravel%20App/badge.svg)](https://github.com/dimadeush/docker-apache-php-laravel/actions)
5-
[![CircleCI](https://circleci.com/gh/dimadeush/docker-apache-php-laravel.svg?style=svg)](https://circleci.com/gh/dimadeush/docker-apache-php-laravel)
6-
[![Coverage Status](https://coveralls.io/repos/github/dimadeush/docker-apache-php-laravel/badge.svg)](https://coveralls.io/github/dimadeush/docker-apache-php-laravel)
4+
[![Actions Status](https://github.com/systemsdk/docker-apache-php-laravel/workflows/Laravel%20App/badge.svg)](https://github.com/systemsdk/docker-apache-php-laravel/actions)
5+
[![CircleCI](https://circleci.com/gh/systemsdk/docker-apache-php-laravel.svg?style=svg)](https://circleci.com/gh/systemsdk/docker-apache-php-laravel)
6+
[![Coverage Status](https://coveralls.io/repos/github/systemsdk/docker-apache-php-laravel/badge.svg)](https://coveralls.io/github/systemsdk/docker-apache-php-laravel)
77

8-
[Source code](https://github.com/dimadeush/docker-apache-php-laravel.git)
8+
[Source code](https://github.com/systemsdk/docker-apache-php-laravel.git)
99

1010
## Requirements
1111
* Docker version 18.06 or later

tools/01_phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dimadeush/docker-nginx-php-laravel-tools",
2+
"name": "systemsdk/docker-nginx-php-laravel-tools",
33
"description": "",
44
"require": {},
55
"require-dev": {

tools/01_phpunit/composer.lock

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dimadeush/docker-nginx-php-laravel-tools",
2+
"name": "systemsdk/docker-nginx-php-laravel-tools",
33
"description": "",
44
"require": {},
55
"require-dev": {

0 commit comments

Comments
 (0)