Skip to content

Commit

Permalink
Merge pull request #350 from ndm2/bs5-support
Browse files Browse the repository at this point in the history
Add BS5 support
  • Loading branch information
ndm2 authored Aug 2, 2021
2 parents 7de9eeb + d57626f commit 79c7de0
Show file tree
Hide file tree
Showing 94 changed files with 9,077 additions and 19,315 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
php-version: '7.4'
extensions: mbstring, intl
coverage: none
tools: cs2pr, psalm:^4.4, phpstan:^0.12
tools: cs2pr, psalm:4, phpstan:0.12

- name: Composer Install
run: composer install
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ composer.lock
node_modules
.phpunit.result.cache

# Generated test files
tests/test_app/webroot/bootstrap_u_i

# Ignore assets, except some css
webroot/css/*
webroot/font/*
webroot/js/*
!webroot/css/cover.css
!webroot/css/dashboard.css
!webroot/css/signin.css
!webroot/font/bootstrap-icon-sizes.css

# Tool specific files #
#######################
Expand Down
Loading

0 comments on commit 79c7de0

Please sign in to comment.