Skip to content

Commit

Permalink
Updated to Pair 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
viames committed Nov 29, 2023
1 parent a001469 commit 81bd3be
Show file tree
Hide file tree
Showing 62 changed files with 3,563 additions and 3,063 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/.vscode/
.DS_Store
*.prefs
composer.phar
config.php
vendor/
/config.php
/temp
/vendor/
15 changes: 2 additions & 13 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
RewriteEngine On
Options +FollowSymLinks -Indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) index.php
<FilesMatch "manifest.xml|\.(php|ini)">
Order Deny,Allow
Deny from all
</FilesMatch>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>
RedirectMatch 404 ^/\.git
RedirectMatch 404 ^/composer\.(json|lock|phar)$
#RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"minimum-stability" : "stable",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"viames/pair": "^1.9.3"
"viames/pair": "^1.9"
},
"repositories" : [{
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/viames/pair_boilerplate"
}
Expand All @@ -33,8 +33,14 @@
}
],
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"php-http/discovery": true
}
},
"require-dev": {
"phpunit/phpunit": "^10"
}
}

0 comments on commit 81bd3be

Please sign in to comment.