Skip to content

Commit

Permalink
Merge pull request #192 from mewebstudio/refactoring-08
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
nuryagdym authored Mar 30, 2024
2 parents af54536 + 342f5a7 commit 129bf95
Show file tree
Hide file tree
Showing 386 changed files with 38,916 additions and 23,610 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use image which contains apache with php
FROM php:7.2.5-apache
FROM php:7.4.33-apache

RUN apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

Expand Down
4 changes: 2 additions & 2 deletions .docker/php-xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ default_socket_timeout = 60
; For example:
;
; extension=mysqli
;
;
; When the extension library to load is not located in the default extension
; directory, You may specify an absolute path to the library file:
;
Expand Down Expand Up @@ -1915,7 +1915,7 @@ opcache.fast_shutdown=1
; End:

[xdebug]
xdebug.mode=develop,coverage,debug
xdebug.mode=coverage,debug
#xdebug.start_with_request=trigger
xdebug.start_with_request = yes
xdebug.trigger_value=PHPSTORM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.2', '8.0']
php: ['7.4', '8.0']
dependency-version: [prefer-stable]
steps:
- uses: actions/checkout@v1
Expand All @@ -21,4 +21,4 @@ jobs:
run: vendor/bin/phpstan

- name: Run test suite
run: vendor/bin/phpunit
run: vendor/bin/phpunit --testsuite=unit
409 changes: 118 additions & 291 deletions README.md

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=7.4",
"ext-SimpleXML": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"php-http/discovery": "^1.14",
"psr/event-dispatcher-implementation": "*",
"psr/http-client-implementation": "*",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/http-foundation": "^5.0 || ^6.0",
Expand All @@ -39,10 +40,11 @@
"php-http/curl-client": "^2.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^8.5",
"rector/rector": "^0.15.12",
"phpunit/phpunit": "^9",
"rector/rector": "^1.0",
"slim/psr7": "^1.4",
"squizlabs/php_codesniffer": "^3.5",
"symfony/event-dispatcher": "^5.4",
"symfony/http-client": "^5.4",
"symfony/var-dumper": "^5.1"
},
Expand Down
246 changes: 0 additions & 246 deletions config/pos.php

This file was deleted.

Loading

0 comments on commit 129bf95

Please sign in to comment.